#FAEA9D

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

Shades of Drover #FAEA9D

Tints of Drover #FAEA9D

Color information

#FAEA9D (or 0xFAEA9D) is unknown color: approx Drover. HEX triplet: FA, EA and 9D. RGB value is (250,234,157). Sum of RGB (Red+Green+Blue) = 250+234+157=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 157 (61.72% from 255 or 24.49% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA9D is #051562. Grayscale: #E6E6E6. Windows color (decimal): -333155 or 10349306. OLE color: 10349306.

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

Color convert

RGB250234157-
CMYK00.060.370.02
HSL49.68º90.29%79.8%-
HSV(B)49.68º37.2%98.04%-
XYZ74.9381.643.7-
YUV230.0186.8142.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.00%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 157 (61.72% from 255) = 24.49%
R=39.00%
G=36.51%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023415700.060.370.0249.6890.2979.8
HexFAEA9D06252325a50
Octal3723522350645262132120
Binary11111010111010101001110101101001011011001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEA9D; }

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

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

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

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

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

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

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

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