#F6EA72

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

Shades of Witch Haze #F6EA72

Tints of Witch Haze #F6EA72

Color information

#F6EA72 (or 0xF6EA72) is unknown color: approx Witch Haze. HEX triplet: F6, EA and 72. RGB value is (246,234,114). Sum of RGB (Red+Green+Blue) = 246+234+114=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 114 (44.92% from 255 or 19.19% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EA72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6EA72 is #09158D. Grayscale: #E0E0E0. Windows color (decimal): -595342 or 7531254. OLE color: 7531254.

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

Color convert

RGB246234114-
CMYK00.050.540.04
HSL54.55º88%70.59%-
HSV(B)54.55º53.66%96.47%-
XYZ70.4779.6527.58-
YUV223.9165.98143.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.41%
GREEN value IS 234 (91.80% from 255) = 39.39%
BLUE value IS 114 (44.92% from 255) = 19.19%
R=41.41%
G=39.39%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623411400.050.540.0454.558870.59
HexF6EA7205364375847
Octal3663521620566467130107
Binary11110110111010101110010010111011010011011110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EA72; }

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

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

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

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

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

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

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

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