#fdc55f

Color #FDC55F Golden Tainoi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Tainoi #FDC55F

Tints of Golden Tainoi #FDC55F

Color information

#FDC55F (or 0xFDC55F) is unknown color: approx Golden Tainoi. HEX triplet: FD, C5 and 5F. RGB value is (253,197,95). Sum of RGB (Red+Green+Blue) = 253+197+95=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC55F is #023AA0. Grayscale: #CACACA. Windows color (decimal): -146081 or 6276605. OLE color: 6276605.

HSL color Cylindrical-coordinate representation of color #FDC55F: hue angle of 38.73º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDC55F is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25319795-
CMYK00.220.620.01
HSL38.73º97.53%68.24%-
HSV(B)38.73º62.45%99.22%-
XYZ62.5461.6419.43-
YUV202.1267.55164.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 46.42%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 95 (37.5% from 255) = 17.43%
R=46.42%
G=36.15%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531979500.220.620.0138.7397.5368.24
HexFDC55F0163E1276244
Octal37530513702676147142104
Binary11111101110001011011111010110111110110011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fdc55f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fdc55f; }

 p { color: rgb(253,197,95); }

 H1.HeaderClassName
 {
   color: #fdc55f;
 }
 .AnyTagClassName
 {
   color: #fdc55f;
 }
</style>
background-color css

<style>
 a { background-color: #fdc55f; }

 a { background-color: rgb(253,197,95); }

 div.DivClassName
 {
   background-color: #fdc55f;
 }
 .BgClassName
 {
   background-color: #fdc55f;
 }
</style>
border-color css

<style>
 span { border-color: #fdc55f; }

 span { border-color: rgb(253,197,95); }

 td.TdClassName
 {
   border-color: #fdc55f;
 }
 .TagClassName
 {
   border-color: #fdc55f;
 }
</style>