#FCF0A5

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

Shades of Drover #FCF0A5

Tints of Drover #FCF0A5

Color information

#FCF0A5 (or 0xFCF0A5) is unknown color: approx Drover. HEX triplet: FC, F0 and A5. RGB value is (252,240,165). Sum of RGB (Red+Green+Blue) = 252+240+165=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 165 (64.84% from 255 or 25.11% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0A5 is #030F5A. Grayscale: #EBEBEB. Windows color (decimal): -200539 or 10875132. OLE color: 10875132.

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

Color convert

RGB252240165-
CMYK00.050.350.01
HSL51.72º93.55%81.76%-
HSV(B)51.72º34.52%98.82%-
XYZ78.185.7348.03-
YUV235.0488.48140.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.36%
GREEN value IS 240 (94.14% from 255) = 36.53%
BLUE value IS 165 (64.84% from 255) = 25.11%
R=38.36%
G=36.53%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224016500.050.350.0151.7293.5581.76
HexFCF0A505231345e52
Octal3743602450543164136122
Binary1111110011110000101001010101100011111010010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0A5; }

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

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

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

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

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

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

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

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