#F8EA72

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

Shades of Witch Haze #F8EA72

Tints of Witch Haze #F8EA72

Color information

#F8EA72 (or 0xF8EA72) is unknown color: approx Witch Haze. HEX triplet: F8, EA and 72. RGB value is (248,234,114). Sum of RGB (Red+Green+Blue) = 248+234+114=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 114 (44.92% from 255 or 19.13% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EA72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EA72 is #07158D. Grayscale: #E0E0E0. Windows color (decimal): -464270 or 7531256. OLE color: 7531256.

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

Color convert

RGB248234114-
CMYK00.060.540.03
HSL53.73º90.54%70.98%-
HSV(B)53.73º54.03%97.25%-
XYZ71.1780.0227.61-
YUV224.5165.64144.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.61%
GREEN value IS 234 (91.80% from 255) = 39.26%
BLUE value IS 114 (44.92% from 255) = 19.13%
R=41.61%
G=39.26%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823411400.060.540.0353.7390.5470.98
HexF8EA7206363365b47
Octal3703521620666366133107
Binary1111100011101010111001001101101101111011010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EA72; }

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

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

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

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

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

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

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

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