#F8EF72

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

Shades of Witch Haze #F8EF72

Tints of Witch Haze #F8EF72

Color information

#F8EF72 (or 0xF8EF72) is unknown color: approx Witch Haze. HEX triplet: F8, EF and 72. RGB value is (248,239,114). Sum of RGB (Red+Green+Blue) = 248+239+114=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 114 (44.92% from 255 or 18.97% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EF72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EF72 is #07108D. Grayscale: #E3E3E3. Windows color (decimal): -462990 or 7532536. OLE color: 7532536.

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

Color convert

RGB248239114-
CMYK00.040.540.03
HSL55.97º90.54%70.98%-
HSV(B)55.97º54.03%97.25%-
XYZ72.6282.928.09-
YUV227.4463.98142.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.26%
GREEN value IS 239 (93.75% from 255) = 39.77%
BLUE value IS 114 (44.92% from 255) = 18.97%
R=41.26%
G=39.77%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823911400.040.540.0355.9790.5470.98
HexF8EF7204363385b47
Octal3703571620466370133107
Binary1111100011101111111001001001101101111100010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EF72; }

 p { color: rgb(248,239,114); }

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

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

 a { background-color: rgb(248,239,114); }

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

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

 span { border-color: rgb(248,239,114); }

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