Shades of Witch Haze #F9F375
Tints of Witch Haze #F9F375
RGB
CMYK
RGB Variations
Color information
#F9F375 (or 0xF9F375) is known color: Witch Haze. HEX triplet: F9, F3 and 75. RGB value is (249,243,117). Sum of RGB (Red+Green+Blue) = 249+243+117=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 117 (46.09% from 255 or 19.21% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F375 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F375 is #060C8A. Grayscale: #E6E6E6. Windows color (decimal): -396427 or 7730169. OLE color: 7730169.
HSL color Cylindrical-coordinate representation of color #F9F375: hue angle of 57.27º 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 #F9F375 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 243 | 117 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.02 |
| HSL | 57.27º | 0.92% | 0.72% | - |
| HSV(B) | 57.27º | 0.53% | 0.98% | - |
| XYZ | 74.33 | 85.53 | 29.42 | - |
| YUV | 230.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 243 | 117 | 0 | 0.02 | 0.53 | 0.02 | 57.27 | 0.92 | 0.72 |
| Hex | F9 | F3 | 75 | 0 | 2 | 35 | 2 | 39 | 5C | 48 |
| Octal | 371 | 363 | 165 | 0 | 2 | 65 | 2 | 71 | 134 | 110 |
| Binary | 11111001 | 11110011 | 1110101 | 0 | 10 | 110101 | 10 | 111001 | 1011100 | 1001000 |
Color Harmonies of #F9F375
Complementary color
Monochromatic Colors of #F9F375
Black with #F9F375
Text Example
Text Example
White with #F9F375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F375; }
p { color: rgb(249,243,117); }
H1.HeaderClassName
{
color: #F9F375;
}
.AnyTagClassName
{
color: #F9F375;
}
</style>
background-color css
<style>
a { background-color: #F9F375; }
a { background-color: rgb(249,243,117); }
div.DivClassName
{
background-color: #F9F375;
}
.BgClassName
{
background-color: #F9F375;
}
</style>
border-color css
<style>
span { border-color: #F9F375; }
span { border-color: rgb(249,243,117); }
td.TdClassName
{
border-color: #F9F375;
}
.TagClassName
{
border-color: #F9F375;
}
</style>