#F9E86C

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

Shades of Witch Haze #F9E86C

Tints of Witch Haze #F9E86C

Color information

#F9E86C (or 0xF9E86C) is unknown color: approx Witch Haze. HEX triplet: F9, E8 and 6C. RGB value is (249,232,108). Sum of RGB (Red+Green+Blue) = 249+232+108=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 108 (42.58% from 255 or 18.34% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E86C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9E86C is #061793. Grayscale: #DFDFDF. Windows color (decimal): -399252 or 7137529. OLE color: 7137529.

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

Color convert

RGB249232108-
CMYK00.070.570.02
HSL52.77º92.16%70%-
HSV(B)52.77º56.63%97.65%-
XYZ70.6378.9425.7-
YUV222.9563.13146.58-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.28%
GREEN value IS 232 (91.02% from 255) = 39.39%
BLUE value IS 108 (42.58% from 255) = 18.34%
R=42.28%
G=39.39%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923210800.070.570.0252.7792.1670
HexF9E86C07392355c46
Octal3713501540771265134106
Binary1111100111101000110110001111110011011010110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E86C; }

 p { color: rgb(249,232,108); }

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

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

 a { background-color: rgb(249,232,108); }

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

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

 span { border-color: rgb(249,232,108); }

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