Shades of Witch Haze #F9ED73
Tints of Witch Haze #F9ED73
RGB
CMYK
RGB Variations
Color information
#F9ED73 (or 0xF9ED73) is known color: Witch Haze. HEX triplet: F9, ED and 73. RGB value is (249,237,115). Sum of RGB (Red+Green+Blue) = 249+237+115=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 115 (45.31% from 255 or 19.13% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ED73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9ED73 is #06128C. Grayscale: #E3E3E3. Windows color (decimal): -397965 or 7597561. OLE color: 7597561.
HSL color Cylindrical-coordinate representation of color #F9ED73: hue angle of 54.63º 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 #F9ED73 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 237 | 115 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.02 |
| HSL | 54.63º | 0.92% | 0.71% | - |
| HSV(B) | 54.63º | 0.54% | 0.98% | - |
| XYZ | 72.45 | 81.95 | 28.22 | - |
| YUV | 226.68 | 64.98 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 237 | 115 | 0 | 0.05 | 0.54 | 0.02 | 54.63 | 0.92 | 0.71 |
| Hex | F9 | ED | 73 | 0 | 5 | 36 | 2 | 37 | 5C | 47 |
| Octal | 371 | 355 | 163 | 0 | 5 | 66 | 2 | 67 | 134 | 107 |
| Binary | 11111001 | 11101101 | 1110011 | 0 | 101 | 110110 | 10 | 110111 | 1011100 | 1000111 |
Color Harmonies of #F9ED73
Complementary color
Monochromatic Colors of #F9ED73
Black with #F9ED73
Text Example
Text Example
White with #F9ED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ED73; }
p { color: rgb(249,237,115); }
H1.HeaderClassName
{
color: #F9ED73;
}
.AnyTagClassName
{
color: #F9ED73;
}
</style>
background-color css
<style>
a { background-color: #F9ED73; }
a { background-color: rgb(249,237,115); }
div.DivClassName
{
background-color: #F9ED73;
}
.BgClassName
{
background-color: #F9ED73;
}
</style>
border-color css
<style>
span { border-color: #F9ED73; }
span { border-color: rgb(249,237,115); }
td.TdClassName
{
border-color: #F9ED73;
}
.TagClassName
{
border-color: #F9ED73;
}
</style>