#FAEF9D

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

Shades of Drover #FAEF9D

Tints of Drover #FAEF9D

Color information

#FAEF9D (or 0xFAEF9D) is unknown color: approx Drover. HEX triplet: FA, EF and 9D. RGB value is (250,239,157). Sum of RGB (Red+Green+Blue) = 250+239+157=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 157 (61.72% from 255 or 24.30% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEF9D is #051062. Grayscale: #E9E9E9. Windows color (decimal): -331875 or 10350586. OLE color: 10350586.

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

Color convert

RGB250239157-
CMYK00.040.370.02
HSL52.9º90.29%79.8%-
HSV(B)52.9º37.2%98.04%-
XYZ76.3884.4944.18-
YUV232.9485.14140.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 239 (93.75% from 255) = 37.00%
BLUE value IS 157 (61.72% from 255) = 24.30%
R=38.70%
G=37.00%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023915700.040.370.0252.990.2979.8
HexFAEF9D04252355a50
Octal3723572350445265132120
Binary11111010111011111001110101001001011011010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEF9D; }

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

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

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

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

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

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

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

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