#FAE99D

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

Shades of Drover #FAE99D

Tints of Drover #FAE99D

Color information

#FAE99D (or 0xFAE99D) is unknown color: approx Drover. HEX triplet: FA, E9 and 9D. RGB value is (250,233,157). Sum of RGB (Red+Green+Blue) = 250+233+157=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 157 (61.72% from 255 or 24.53% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE99D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE99D is #051662. Grayscale: #E5E5E5. Windows color (decimal): -333411 or 10349050. OLE color: 10349050.

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

Color convert

RGB250233157-
CMYK00.070.370.02
HSL49.03º90.29%79.8%-
HSV(B)49.03º37.2%98.04%-
XYZ74.6581.0443.61-
YUV229.4287.13142.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 233 (91.41% from 255) = 36.41%
BLUE value IS 157 (61.72% from 255) = 24.53%
R=39.06%
G=36.41%
B=24.53%

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
Decimal25023315700.070.370.0249.0390.2979.8
HexFAE99D07252315a50
Octal3723512350745261132120
Binary11111010111010011001110101111001011011000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE99D; }

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

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

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

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

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

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

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

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