#FAEC9B

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

Shades of Drover #FAEC9B

Tints of Drover #FAEC9B

Color information

#FAEC9B (or 0xFAEC9B) is unknown color: approx Drover. HEX triplet: FA, EC and 9B. RGB value is (250,236,155). Sum of RGB (Red+Green+Blue) = 250+236+155=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 155 (60.94% from 255 or 24.18% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC9B is #051364. Grayscale: #E7E7E7. Windows color (decimal): -332645 or 10218746. OLE color: 10218746.

HSL color Cylindrical-coordinate representation of color #FAEC9B: hue angle of 51.16º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAEC9B is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB250236155-
CMYK00.060.380.02
HSL51.16º90.48%79.41%-
HSV(B)51.16º38%98.04%-
XYZ75.3482.6843-
YUV230.9585.14141.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.00%
GREEN value IS 236 (92.58% from 255) = 36.82%
BLUE value IS 155 (60.94% from 255) = 24.18%
R=39.00%
G=36.82%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023615500.060.380.0251.1690.4879.41
HexFAEC9B06262335a4f
Octal3723542330646263132117
Binary11111010111011001001101101101001101011001110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC9B; }

 p { color: rgb(250,236,155); }

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

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

 a { background-color: rgb(250,236,155); }

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

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

 span { border-color: rgb(250,236,155); }

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