#FAE89C

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

Shades of Drover #FAE89C

Tints of Drover #FAE89C

Color information

#FAE89C (or 0xFAE89C) is unknown color: approx Drover. HEX triplet: FA, E8 and 9C. RGB value is (250,232,156). Sum of RGB (Red+Green+Blue) = 250+232+156=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 232 (91.02% from 255 or 36.36% from 638); Blue value is 156 (61.33% from 255 or 24.45% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE89C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE89C is #051763. Grayscale: #E5E5E5. Windows color (decimal): -333668 or 10283258. OLE color: 10283258.

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

Color convert

RGB250232156-
CMYK00.070.380.02
HSL48.51º90.38%79.61%-
HSV(B)48.51º37.6%98.04%-
XYZ74.2880.4443.06-
YUV228.7286.96143.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 232 (91.02% from 255) = 36.36%
BLUE value IS 156 (61.33% from 255) = 24.45%
R=39.18%
G=36.36%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023215600.070.380.0248.5190.3879.61
HexFAE89C07262315a50
Octal3723502340746261132120
Binary11111010111010001001110001111001101011000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE89C; }

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

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

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

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

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

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

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

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