#FAEC76

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

Shades of Witch Haze #FAEC76

Tints of Witch Haze #FAEC76

Color information

#FAEC76 (or 0xFAEC76) is unknown color: approx Witch Haze. HEX triplet: FA, EC and 76. RGB value is (250,236,118). Sum of RGB (Red+Green+Blue) = 250+236+118=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 118 (46.48% from 255 or 19.54% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC76 is #051389. Grayscale: #E3E3E3. Windows color (decimal): -332682 or 7793914. OLE color: 7793914.

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

Color convert

RGB250236118-
CMYK00.060.530.02
HSL53.64º92.96%72.16%-
HSV(B)53.64º52.8%98.04%-
XYZ72.6981.6229.06-
YUV226.7366.64144.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 236 (92.58% from 255) = 39.07%
BLUE value IS 118 (46.48% from 255) = 19.54%
R=41.39%
G=39.07%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023611800.060.530.0253.6492.9672.16
HexFAEC7606352365d48
Octal3723541660665266135110
Binary1111101011101100111011001101101011011011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC76; }

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

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

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

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

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

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

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

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