Shades of Witch Haze #F9F67D
Tints of Witch Haze #F9F67D
RGB
CMYK
RGB Variations
Color information
#F9F67D (or 0xF9F67D) is known color: Witch Haze. HEX triplet: F9, F6 and 7D. RGB value is (249,246,125). Sum of RGB (Red+Green+Blue) = 249+246+125=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 125 (49.22% from 255 or 20.16% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F67D is #060982. Grayscale: #E9E9E9. Windows color (decimal): -395651 or 8255225. OLE color: 8255225.
HSL color Cylindrical-coordinate representation of color #F9F67D: hue angle of 58.55º 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 #F9F67D is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 246 | 125 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.02 |
| HSL | 58.55º | 0.91% | 0.73% | - |
| HSV(B) | 58.55º | 0.5% | 0.98% | - |
| XYZ | 75.72 | 87.53 | 32.31 | - |
| YUV | 233.1 | 66.99 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 246 | 125 | 0 | 0.01 | 0.50 | 0.02 | 58.55 | 0.91 | 0.73 |
| Hex | F9 | F6 | 7D | 0 | 1 | 32 | 2 | 3B | 5B | 49 |
| Octal | 371 | 366 | 175 | 0 | 1 | 62 | 2 | 73 | 133 | 111 |
| Binary | 11111001 | 11110110 | 1111101 | 0 | 1 | 110010 | 10 | 111011 | 1011011 | 1001001 |
Color Harmonies of #F9F67D
Complementary color
Monochromatic Colors of #F9F67D
Black with #F9F67D
Text Example
Text Example
White with #F9F67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F67D; }
p { color: rgb(249,246,125); }
H1.HeaderClassName
{
color: #F9F67D;
}
.AnyTagClassName
{
color: #F9F67D;
}
</style>
background-color css
<style>
a { background-color: #F9F67D; }
a { background-color: rgb(249,246,125); }
div.DivClassName
{
background-color: #F9F67D;
}
.BgClassName
{
background-color: #F9F67D;
}
</style>
border-color css
<style>
span { border-color: #F9F67D; }
span { border-color: rgb(249,246,125); }
td.TdClassName
{
border-color: #F9F67D;
}
.TagClassName
{
border-color: #F9F67D;
}
</style>