#FAE99C

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

Shades of Drover #FAE99C

Tints of Drover #FAE99C

Color information

#FAE99C (or 0xFAE99C) is unknown color: approx Drover. HEX triplet: FA, E9 and 9C. RGB value is (250,233,156). Sum of RGB (Red+Green+Blue) = 250+233+156=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 156 (61.33% from 255 or 24.41% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE99C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE99C is #051663. Grayscale: #E5E5E5. Windows color (decimal): -333412 or 10283514. OLE color: 10283514.

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

Color convert

RGB250233156-
CMYK00.070.380.02
HSL49.15º90.38%79.61%-
HSV(B)49.15º37.6%98.04%-
XYZ74.568143.16-
YUV229.386.63142.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 233 (91.41% from 255) = 36.46%
BLUE value IS 156 (61.33% from 255) = 24.41%
R=39.12%
G=36.46%
B=24.41%

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
Decimal25023315600.070.380.0249.1590.3879.61
HexFAE99C07262315a50
Octal3723512340746261132120
Binary11111010111010011001110001111001101011000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE99C; }

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

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

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

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

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

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

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

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