#F7E86A

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

Shades of Witch Haze #F7E86A

Tints of Witch Haze #F7E86A

Color information

#F7E86A (or 0xF7E86A) is unknown color: approx Witch Haze. HEX triplet: F7, E8 and 6A. RGB value is (247,232,106). Sum of RGB (Red+Green+Blue) = 247+232+106=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 106 (41.80% from 255 or 18.12% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E86A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7E86A is #081795. Grayscale: #DEDEDE. Windows color (decimal): -530326 or 7006455. OLE color: 7006455.

HSL color Cylindrical-coordinate representation of color #F7E86A: hue angle of 53.62º degrees, saturation: 0.9, 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 #F7E86A is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB247232106-
CMYK00.060.570.03
HSL53.62º89.81%69.22%-
HSV(B)53.62º57.09%96.86%-
XYZ69.8278.5325.11-
YUV222.1262.47145.75-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.22%
GREEN value IS 232 (91.02% from 255) = 39.66%
BLUE value IS 106 (41.80% from 255) = 18.12%
R=42.22%
G=39.66%
B=18.12%

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
Decimal24723210600.060.570.0353.6289.8169.22
HexF7E86A06393365a45
Octal3673501520671366132105
Binary1111011111101000110101001101110011111011010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E86A; }

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

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

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

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

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

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

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

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