Shades of Witch Haze #F9F376
Tints of Witch Haze #F9F376
RGB
CMYK
RGB Variations
Color information
#F9F376 (or 0xF9F376) is known color: Witch Haze. HEX triplet: F9, F3 and 76. RGB value is (249,243,118). Sum of RGB (Red+Green+Blue) = 249+243+118=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 118 (46.48% from 255 or 19.34% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F376 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F376 is #060C89. Grayscale: #E7E7E7. Windows color (decimal): -396426 or 7795705. OLE color: 7795705.
HSL color Cylindrical-coordinate representation of color #F9F376: hue angle of 57.25º 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 #F9F376 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 243 | 118 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.02 |
| HSL | 57.25º | 0.92% | 0.72% | - |
| HSV(B) | 57.25º | 0.53% | 0.98% | - |
| XYZ | 74.39 | 85.55 | 29.73 | - |
| YUV | 230.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 243 | 118 | 0 | 0.02 | 0.53 | 0.02 | 57.25 | 0.92 | 0.72 |
| Hex | F9 | F3 | 76 | 0 | 2 | 35 | 2 | 39 | 5C | 48 |
| Octal | 371 | 363 | 166 | 0 | 2 | 65 | 2 | 71 | 134 | 110 |
| Binary | 11111001 | 11110011 | 1110110 | 0 | 10 | 110101 | 10 | 111001 | 1011100 | 1001000 |
Color Harmonies of #F9F376
Complementary color
Monochromatic Colors of #F9F376
Black with #F9F376
Text Example
Text Example
White with #F9F376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F376; }
p { color: rgb(249,243,118); }
H1.HeaderClassName
{
color: #F9F376;
}
.AnyTagClassName
{
color: #F9F376;
}
</style>
background-color css
<style>
a { background-color: #F9F376; }
a { background-color: rgb(249,243,118); }
div.DivClassName
{
background-color: #F9F376;
}
.BgClassName
{
background-color: #F9F376;
}
</style>
border-color css
<style>
span { border-color: #F9F376; }
span { border-color: rgb(249,243,118); }
td.TdClassName
{
border-color: #F9F376;
}
.TagClassName
{
border-color: #F9F376;
}
</style>