Shades of Witch Haze #F9F67E
Tints of Witch Haze #F9F67E
RGB
CMYK
RGB Variations
Color information
#F9F67E (or 0xF9F67E) is known color: Witch Haze. HEX triplet: F9, F6 and 7E. RGB value is (249,246,126). Sum of RGB (Red+Green+Blue) = 249+246+126=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 126 (49.61% from 255 or 20.29% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F67E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F67E is #060981. Grayscale: #E9E9E9. Windows color (decimal): -395650 or 8320761. OLE color: 8320761.
HSL color Cylindrical-coordinate representation of color #F9F67E: hue angle of 58.54º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9F67E is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 246 | 126 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.02 |
| HSL | 58.54º | 0.91% | 0.74% | - |
| HSV(B) | 58.54º | 0.49% | 0.98% | - |
| XYZ | 75.79 | 87.56 | 32.64 | - |
| YUV | 233.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 246 | 126 | 0 | 0.01 | 0.49 | 0.02 | 58.54 | 0.91 | 0.74 |
| Hex | F9 | F6 | 7E | 0 | 1 | 31 | 2 | 3B | 5B | 4A |
| Octal | 371 | 366 | 176 | 0 | 1 | 61 | 2 | 73 | 133 | 112 |
| Binary | 11111001 | 11110110 | 1111110 | 0 | 1 | 110001 | 10 | 111011 | 1011011 | 1001010 |
Color Harmonies of #F9F67E
Complementary color
Monochromatic Colors of #F9F67E
Black with #F9F67E
Text Example
Text Example
White with #F9F67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F67E; }
p { color: rgb(249,246,126); }
H1.HeaderClassName
{
color: #F9F67E;
}
.AnyTagClassName
{
color: #F9F67E;
}
</style>
background-color css
<style>
a { background-color: #F9F67E; }
a { background-color: rgb(249,246,126); }
div.DivClassName
{
background-color: #F9F67E;
}
.BgClassName
{
background-color: #F9F67E;
}
</style>
border-color css
<style>
span { border-color: #F9F67E; }
span { border-color: rgb(249,246,126); }
td.TdClassName
{
border-color: #F9F67E;
}
.TagClassName
{
border-color: #F9F67E;
}
</style>