#faef77

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

Shades of Witch Haze #FAEF77

Tints of Witch Haze #FAEF77

Color information

#FAEF77 (or 0xFAEF77) is unknown color: approx Witch Haze. HEX triplet: FA, EF and 77. RGB value is (250,239,119). Sum of RGB (Red+Green+Blue) = 250+239+119=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 119 (46.88% from 255 or 19.57% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEF77 is #051088. Grayscale: #E5E5E5. Windows color (decimal): -331913 or 7860218. OLE color: 7860218.

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

Color convert

RGB250239119-
CMYK00.040.520.02
HSL54.96º92.91%72.35%-
HSV(B)54.96º52.4%98.04%-
XYZ73.6283.3929.67-
YUV228.6166.14143.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 239 (93.75% from 255) = 39.31%
BLUE value IS 119 (46.88% from 255) = 19.57%
R=41.12%
G=39.31%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023911900.040.520.0254.9692.9172.35
HexFAEF7704342375d48
Octal3723571670464267135110
Binary1111101011101111111011101001101001011011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #faef77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #faef77; }

 p { color: rgb(250,239,119); }

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

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

 a { background-color: rgb(250,239,119); }

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

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

 span { border-color: rgb(250,239,119); }

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