Shades of Witch Haze #F9F16F
Tints of Witch Haze #F9F16F
RGB
CMYK
RGB Variations
Color information
#F9F16F (or 0xF9F16F) is known color: Witch Haze. HEX triplet: F9, F1 and 6F. RGB value is (249,241,111). Sum of RGB (Red+Green+Blue) = 249+241+111=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 111 (43.75% from 255 or 18.47% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F16F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F16F is #060E90. Grayscale: #E5E5E5. Windows color (decimal): -396945 or 7336441. OLE color: 7336441.
HSL color Cylindrical-coordinate representation of color #F9F16F: hue angle of 56.52º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9F16F is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 111 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.02 |
| HSL | 56.52º | 0.92% | 0.71% | - |
| HSV(B) | 56.52º | 0.55% | 0.98% | - |
| XYZ | 73.39 | 84.2 | 27.42 | - |
| YUV | 228.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 111 | 0 | 0.03 | 0.55 | 0.02 | 56.52 | 0.92 | 0.71 |
| Hex | F9 | F1 | 6F | 0 | 3 | 37 | 2 | 39 | 5C | 47 |
| Octal | 371 | 361 | 157 | 0 | 3 | 67 | 2 | 71 | 134 | 107 |
| Binary | 11111001 | 11110001 | 1101111 | 0 | 11 | 110111 | 10 | 111001 | 1011100 | 1000111 |
Color Harmonies of #F9F16F
Complementary color
Monochromatic Colors of #F9F16F
Black with #F9F16F
Text Example
Text Example
White with #F9F16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F16F; }
p { color: rgb(249,241,111); }
H1.HeaderClassName
{
color: #F9F16F;
}
.AnyTagClassName
{
color: #F9F16F;
}
</style>
background-color css
<style>
a { background-color: #F9F16F; }
a { background-color: rgb(249,241,111); }
div.DivClassName
{
background-color: #F9F16F;
}
.BgClassName
{
background-color: #F9F16F;
}
</style>
border-color css
<style>
span { border-color: #F9F16F; }
span { border-color: rgb(249,241,111); }
td.TdClassName
{
border-color: #F9F16F;
}
.TagClassName
{
border-color: #F9F16F;
}
</style>