#F9ED72

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

Shades of Witch Haze #F9ED72

Tints of Witch Haze #F9ED72

Color information

#F9ED72 (or 0xF9ED72) is unknown color: approx Witch Haze. HEX triplet: F9, ED and 72. RGB value is (249,237,114). Sum of RGB (Red+Green+Blue) = 249+237+114=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 114 (44.92% from 255 or 19% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ED72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9ED72 is #06128D. Grayscale: #E3E3E3. Windows color (decimal): -397966 or 7532025. OLE color: 7532025.

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

Color convert

RGB249237114-
CMYK00.050.540.02
HSL54.67º91.84%71.18%-
HSV(B)54.67º54.22%97.65%-
XYZ72.3981.9227.92-
YUV226.5764.48144-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.5%
GREEN value IS 237 (92.97% from 255) = 39.5%
BLUE value IS 114 (44.92% from 255) = 19%
R=41.5%
G=39.5%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923711400.050.540.0254.6791.8471.18
HexF9ED7205362375c47
Octal3713551620566267134107
Binary1111100111101101111001001011101101011011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ED72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ED72; }

 p { color: rgb(249,237,114); }

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

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

 a { background-color: rgb(249,237,114); }

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

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

 span { border-color: rgb(249,237,114); }

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