#FCF0A2

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

Shades of Drover #FCF0A2

Tints of Drover #FCF0A2

Color information

#FCF0A2 (or 0xFCF0A2) is unknown color: approx Drover. HEX triplet: FC, F0 and A2. RGB value is (252,240,162). Sum of RGB (Red+Green+Blue) = 252+240+162=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 162 (63.67% from 255 or 24.77% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0A2 is #030F5D. Grayscale: #EBEBEB. Windows color (decimal): -200542 or 10678524. OLE color: 10678524.

HSL color Cylindrical-coordinate representation of color #FCF0A2: hue angle of 52º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCF0A2 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB252240162-
CMYK00.050.360.01
HSL52º93.75%81.18%-
HSV(B)52º35.71%98.82%-
XYZ77.8385.6246.61-
YUV234.786.98140.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 162 (63.67% from 255) = 24.77%
R=38.53%
G=36.70%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224016200.050.360.015293.7581.18
HexFCF0A205241345e51
Octal3743602420544164136121
Binary1111110011110000101000100101100100111010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0A2; }

 p { color: rgb(252,240,162); }

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

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

 a { background-color: rgb(252,240,162); }

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

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

 span { border-color: rgb(252,240,162); }

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