#F8E86A

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

Shades of Witch Haze #F8E86A

Tints of Witch Haze #F8E86A

Color information

#F8E86A (or 0xF8E86A) is unknown color: approx Witch Haze. HEX triplet: F8, E8 and 6A. RGB value is (248,232,106). Sum of RGB (Red+Green+Blue) = 248+232+106=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 106 (41.80% from 255 or 18.09% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E86A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8E86A is #071795. Grayscale: #DEDEDE. Windows color (decimal): -464790 or 7006456. OLE color: 7006456.

HSL color Cylindrical-coordinate representation of color #F8E86A: hue angle of 53.24º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8E86A is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB248232106-
CMYK00.060.570.03
HSL53.24º91.03%69.41%-
HSV(B)53.24º57.26%97.25%-
XYZ70.1778.7125.13-
YUV222.4262.3146.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.32%
GREEN value IS 232 (91.02% from 255) = 39.59%
BLUE value IS 106 (41.80% from 255) = 18.09%
R=42.32%
G=39.59%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823210600.060.570.0353.2491.0369.41
HexF8E86A06393355b45
Octal3703501520671365133105
Binary1111100011101000110101001101110011111010110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E86A; }

 p { color: rgb(248,232,106); }

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

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

 a { background-color: rgb(248,232,106); }

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

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

 span { border-color: rgb(248,232,106); }

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