#FCC85C

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

Shades of Golden Tainoi #FCC85C

Tints of Golden Tainoi #FCC85C

Color information

#FCC85C (or 0xFCC85C) is unknown color: approx Golden Tainoi. HEX triplet: FC, C8 and 5C. RGB value is (252,200,92). Sum of RGB (Red+Green+Blue) = 252+200+92=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC85C is #0337A3. Grayscale: #CBCBCB. Windows color (decimal): -210852 or 6080764. OLE color: 6080764.

HSL color Cylindrical-coordinate representation of color #FCC85C: hue angle of 40.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCC85C is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25220092-
CMYK00.210.630.01
HSL40.5º96.39%67.45%-
HSV(B)40.5º63.49%98.82%-
XYZ62.7362.7818.94-
YUV203.2465.23162.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.32%
GREEN value IS 200 (78.52% from 255) = 36.76%
BLUE value IS 92 (36.33% from 255) = 16.91%
R=46.32%
G=36.76%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522009200.210.630.0140.596.3967.45
HexFCC85C0153F1286043
Octal37431013402577150140103
Binary11111100110010001011100010101111111110100011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC85C; }

 p { color: rgb(252,200,92); }

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

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

 a { background-color: rgb(252,200,92); }

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

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

 span { border-color: rgb(252,200,92); }

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