Shades of Witch Haze #F9ED7D
Tints of Witch Haze #F9ED7D
RGB
CMYK
RGB Variations
Color information
#F9ED7D (or 0xF9ED7D) is known color: Witch Haze. HEX triplet: F9, ED and 7D. RGB value is (249,237,125). Sum of RGB (Red+Green+Blue) = 249+237+125=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 125 (49.22% from 255 or 20.46% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ED7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9ED7D is #061282. Grayscale: #E4E4E4. Windows color (decimal): -397955 or 8252921. OLE color: 8252921.
HSL color Cylindrical-coordinate representation of color #F9ED7D: hue angle of 54.19º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9ED7D is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 237 | 125 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.02 |
| HSL | 54.19º | 0.91% | 0.73% | - |
| HSV(B) | 54.19º | 0.5% | 0.98% | - |
| XYZ | 73.05 | 82.19 | 31.42 | - |
| YUV | 227.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 237 | 125 | 0 | 0.05 | 0.50 | 0.02 | 54.19 | 0.91 | 0.73 |
| Hex | F9 | ED | 7D | 0 | 5 | 32 | 2 | 36 | 5B | 49 |
| Octal | 371 | 355 | 175 | 0 | 5 | 62 | 2 | 66 | 133 | 111 |
| Binary | 11111001 | 11101101 | 1111101 | 0 | 101 | 110010 | 10 | 110110 | 1011011 | 1001001 |
Color Harmonies of #F9ED7D
Complementary color
Monochromatic Colors of #F9ED7D
Black with #F9ED7D
Text Example
Text Example
White with #F9ED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ED7D; }
p { color: rgb(249,237,125); }
H1.HeaderClassName
{
color: #F9ED7D;
}
.AnyTagClassName
{
color: #F9ED7D;
}
</style>
background-color css
<style>
a { background-color: #F9ED7D; }
a { background-color: rgb(249,237,125); }
div.DivClassName
{
background-color: #F9ED7D;
}
.BgClassName
{
background-color: #F9ED7D;
}
</style>
border-color css
<style>
span { border-color: #F9ED7D; }
span { border-color: rgb(249,237,125); }
td.TdClassName
{
border-color: #F9ED7D;
}
.TagClassName
{
border-color: #F9ED7D;
}
</style>