#FAEF9C

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

Shades of Drover #FAEF9C

Tints of Drover #FAEF9C

Color information

#FAEF9C (or 0xFAEF9C) is unknown color: approx Drover. HEX triplet: FA, EF and 9C. RGB value is (250,239,156). Sum of RGB (Red+Green+Blue) = 250+239+156=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 156 (61.33% from 255 or 24.19% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEF9C is #051063. Grayscale: #E9E9E9. Windows color (decimal): -331876 or 10285050. OLE color: 10285050.

HSL color Cylindrical-coordinate representation of color #FAEF9C: hue angle of 52.98º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAEF9C is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB250239156-
CMYK00.040.380.02
HSL52.98º90.38%79.61%-
HSV(B)52.98º37.6%98.04%-
XYZ76.2984.4643.73-
YUV232.8384.64140.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 239 (93.75% from 255) = 37.05%
BLUE value IS 156 (61.33% from 255) = 24.19%
R=38.76%
G=37.05%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023915600.040.380.0252.9890.3879.61
HexFAEF9C04262355a50
Octal3723572340446265132120
Binary11111010111011111001110001001001101011010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEF9C; }

 p { color: rgb(250,239,156); }

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

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

 a { background-color: rgb(250,239,156); }

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

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

 span { border-color: rgb(250,239,156); }

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