Shades of Witch Haze #F9F373
Tints of Witch Haze #F9F373
RGB
CMYK
RGB Variations
Color information
#F9F373 (or 0xF9F373) is known color: Witch Haze. HEX triplet: F9, F3 and 73. RGB value is (249,243,115). Sum of RGB (Red+Green+Blue) = 249+243+115=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 115 (45.31% from 255 or 18.95% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F373 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F373 is #060C8C. Grayscale: #E6E6E6. Windows color (decimal): -396429 or 7599097. OLE color: 7599097.
HSL color Cylindrical-coordinate representation of color #F9F373: hue angle of 57.31º 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 #F9F373 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 243 | 115 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.02 |
| HSL | 57.31º | 0.92% | 0.71% | - |
| HSV(B) | 57.31º | 0.54% | 0.98% | - |
| XYZ | 74.21 | 85.48 | 28.81 | - |
| YUV | 230.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 243 | 115 | 0 | 0.02 | 0.54 | 0.02 | 57.31 | 0.92 | 0.71 |
| Hex | F9 | F3 | 73 | 0 | 2 | 36 | 2 | 39 | 5C | 47 |
| Octal | 371 | 363 | 163 | 0 | 2 | 66 | 2 | 71 | 134 | 107 |
| Binary | 11111001 | 11110011 | 1110011 | 0 | 10 | 110110 | 10 | 111001 | 1011100 | 1000111 |
Color Harmonies of #F9F373
Complementary color
Monochromatic Colors of #F9F373
Black with #F9F373
Text Example
Text Example
White with #F9F373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F373; }
p { color: rgb(249,243,115); }
H1.HeaderClassName
{
color: #F9F373;
}
.AnyTagClassName
{
color: #F9F373;
}
</style>
background-color css
<style>
a { background-color: #F9F373; }
a { background-color: rgb(249,243,115); }
div.DivClassName
{
background-color: #F9F373;
}
.BgClassName
{
background-color: #F9F373;
}
</style>
border-color css
<style>
span { border-color: #F9F373; }
span { border-color: rgb(249,243,115); }
td.TdClassName
{
border-color: #F9F373;
}
.TagClassName
{
border-color: #F9F373;
}
</style>