#FAEC81

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

Shades of Witch Haze #FAEC81

Tints of Witch Haze #FAEC81

Color information

#FAEC81 (or 0xFAEC81) is unknown color: approx Witch Haze. HEX triplet: FA, EC and 81. RGB value is (250,236,129). Sum of RGB (Red+Green+Blue) = 250+236+129=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 129 (50.78% from 255 or 20.98% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC81 is #05137E. Grayscale: #E4E4E4. Windows color (decimal): -332671 or 8514810. OLE color: 8514810.

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

Color convert

RGB250236129-
CMYK00.060.480.02
HSL53.06º92.37%74.31%-
HSV(B)53.06º48.4%98.04%-
XYZ73.3881.932.71-
YUV227.9972.14143.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 129 (50.78% from 255) = 20.98%
R=40.65%
G=38.37%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023612900.060.480.0253.0692.3774.31
HexFAEC8106302355c4a
Octal3723542010660265134112
Binary11111010111011001000000101101100001011010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC81; }

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

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

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

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

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

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

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

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