#F8E76A

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

Shades of Witch Haze #F8E76A

Tints of Witch Haze #F8E76A

Color information

#F8E76A (or 0xF8E76A) is unknown color: approx Witch Haze. HEX triplet: F8, E7 and 6A. RGB value is (248,231,106). Sum of RGB (Red+Green+Blue) = 248+231+106=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 106 (41.80% from 255 or 18.12% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E76A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8E76A is #071895. Grayscale: #DEDEDE. Windows color (decimal): -465046 or 7006200. OLE color: 7006200.

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

Color convert

RGB248231106-
CMYK00.070.570.03
HSL52.82º91.03%69.41%-
HSV(B)52.82º57.26%97.25%-
XYZ69.8978.1525.04-
YUV221.8362.63146.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.39%
GREEN value IS 231 (90.62% from 255) = 39.49%
BLUE value IS 106 (41.80% from 255) = 18.12%
R=42.39%
G=39.49%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823110600.070.570.0352.8291.0369.41
HexF8E76A07393355b45
Octal3703471520771365133105
Binary1111100011100111110101001111110011111010110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E76A; }

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

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

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

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

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

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

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

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