Shades of Witch Haze #F9ED74
Tints of Witch Haze #F9ED74
RGB
CMYK
RGB Variations
Color information
#F9ED74 (or 0xF9ED74) is known color: Witch Haze. HEX triplet: F9, ED and 74. RGB value is (249,237,116). Sum of RGB (Red+Green+Blue) = 249+237+116=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 116 (45.70% from 255 or 19.27% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ED74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9ED74 is #06128B. Grayscale: #E3E3E3. Windows color (decimal): -397964 or 7663097. OLE color: 7663097.
HSL color Cylindrical-coordinate representation of color #F9ED74: hue angle of 54.59º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9ED74 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 237 | 116 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.02 |
| HSL | 54.59º | 0.92% | 0.72% | - |
| HSV(B) | 54.59º | 0.53% | 0.98% | - |
| XYZ | 72.5 | 81.97 | 28.52 | - |
| YUV | 226.79 | 65.48 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 237 | 116 | 0 | 0.05 | 0.53 | 0.02 | 54.59 | 0.92 | 0.72 |
| Hex | F9 | ED | 74 | 0 | 5 | 35 | 2 | 37 | 5C | 48 |
| Octal | 371 | 355 | 164 | 0 | 5 | 65 | 2 | 67 | 134 | 110 |
| Binary | 11111001 | 11101101 | 1110100 | 0 | 101 | 110101 | 10 | 110111 | 1011100 | 1001000 |
Color Harmonies of #F9ED74
Complementary color
Monochromatic Colors of #F9ED74
Black with #F9ED74
Text Example
Text Example
White with #F9ED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ED74; }
p { color: rgb(249,237,116); }
H1.HeaderClassName
{
color: #F9ED74;
}
.AnyTagClassName
{
color: #F9ED74;
}
</style>
background-color css
<style>
a { background-color: #F9ED74; }
a { background-color: rgb(249,237,116); }
div.DivClassName
{
background-color: #F9ED74;
}
.BgClassName
{
background-color: #F9ED74;
}
</style>
border-color css
<style>
span { border-color: #F9ED74; }
span { border-color: rgb(249,237,116); }
td.TdClassName
{
border-color: #F9ED74;
}
.TagClassName
{
border-color: #F9ED74;
}
</style>