Html Css Color HEX #FCF0A0 Drover

📋 copy color: '#FCF0A0'

red 252 ◦ green 240 ◦ blue 160

#FCF0A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Drover #FCF0A0

Tints of Drover #FCF0A0

RGB

 RED value IS 252 (98.83% from 255) = 38.65%

 GREEN value IS 240 (94.14% from 255) = 36.81%

 BLUE value IS 160 (62.89% from 255) = 24.54%

R = 38.65%
G = 36.81%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCF0A0 (or 0xFCF0A0) is known color: Drover. HEX triplet: FC, F0 and A0. RGB value is (252,240,160). Sum of RGB (Red+Green+Blue) = 252+240+160=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 160 (62.89% from 255 or 24.54% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0A0 is #030F5F. Grayscale: #EAEAEA. Windows color (decimal): -200544 or 10547452. OLE color: 10547452.

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

Color convert

RGB 252 240 160 -
CMYK 0 0.05 0.37 0.01
HSL 52.17º 0.94% 0.81% -
HSV(B) 52.17º 0.37% 0.99% -
XYZ 77.65 85.55 45.68 -
YUV 234.47 85.98 140.5 -
System Red Green Blue C M Y K H S L
Decimal 252 240 160 0 0.05 0.37 0.01 52.17 0.94 0.81
Hex FC F0 A0 0 5 25 1 34 5E 51
Octal 374 360 240 0 5 45 1 64 136 121
Binary 11111100 11110000 10100000 0 101 100101 1 110100 1011110 1010001

Color Harmonies of #FCF0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0A0

Black with #FCF0A0

Text Example


Text Example

White with #FCF0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0A0; }

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

 H1.HeaderClassName
 {
   color: #FCF0A0;
 }
 .AnyTagClassName
 {
   color: #FCF0A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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