#FAE89E

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

Shades of Drover #FAE89E

Tints of Drover #FAE89E

Color information

#FAE89E (or 0xFAE89E) is unknown color: approx Drover. HEX triplet: FA, E8 and 9E. RGB value is (250,232,158). Sum of RGB (Red+Green+Blue) = 250+232+158=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 158 (62.11% from 255 or 24.69% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE89E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE89E is #051761. Grayscale: #E5E5E5. Windows color (decimal): -333666 or 10414330. OLE color: 10414330.

HSL color Cylindrical-coordinate representation of color #FAE89E: hue angle of 48.26º 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 #FAE89E is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250232158-
CMYK00.070.370.02
HSL48.26º90.2%80%-
HSV(B)48.26º36.8%98.04%-
XYZ74.4580.5143.96-
YUV228.9587.96143.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 232 (91.02% from 255) = 36.25%
BLUE value IS 158 (62.11% from 255) = 24.69%
R=39.06%
G=36.25%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023215800.070.370.0248.2690.280
HexFAE89E07252305a50
Octal3723502360745260132120
Binary11111010111010001001111001111001011011000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE89E; }

 p { color: rgb(250,232,158); }

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

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

 a { background-color: rgb(250,232,158); }

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

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

 span { border-color: rgb(250,232,158); }

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