#FAEC72

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

Shades of Witch Haze #FAEC72

Tints of Witch Haze #FAEC72

Color information

#FAEC72 (or 0xFAEC72) is unknown color: approx Witch Haze. HEX triplet: FA, EC and 72. RGB value is (250,236,114). Sum of RGB (Red+Green+Blue) = 250+236+114=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 114 (44.92% from 255 or 19% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC72 is #05138D. Grayscale: #E2E2E2. Windows color (decimal): -332686 or 7531770. OLE color: 7531770.

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

Color convert

RGB250236114-
CMYK00.060.540.02
HSL53.82º93.15%71.37%-
HSV(B)53.82º54.4%98.04%-
XYZ72.4681.5327.84-
YUV226.2864.64144.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 236 (92.58% from 255) = 39.33%
BLUE value IS 114 (44.92% from 255) = 19%
R=41.67%
G=39.33%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023611400.060.540.0253.8293.1571.37
HexFAEC7206362365d47
Octal3723541620666266135107
Binary1111101011101100111001001101101101011011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC72; }

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

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

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

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

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

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

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

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