#FAEF9F

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

Shades of Drover #FAEF9F

Tints of Drover #FAEF9F

Color information

#FAEF9F (or 0xFAEF9F) is unknown color: approx Drover. HEX triplet: FA, EF and 9F. RGB value is (250,239,159). Sum of RGB (Red+Green+Blue) = 250+239+159=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 159 (62.5% from 255 or 24.54% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEF9F is #051060. Grayscale: #E9E9E9. Windows color (decimal): -331873 or 10481658. OLE color: 10481658.

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

Color convert

RGB250239159-
CMYK00.040.360.02
HSL52.75º90.1%80.2%-
HSV(B)52.75º36.4%98.04%-
XYZ76.5584.5645.09-
YUV233.1786.14140-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 239 (93.75% from 255) = 36.88%
BLUE value IS 159 (62.5% from 255) = 24.54%
R=38.58%
G=36.88%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023915900.040.360.0252.7590.180.2
HexFAEF9F04242355a50
Octal3723572370444265132120
Binary11111010111011111001111101001001001011010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEF9F; }

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

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

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

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

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

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

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

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