Shades of Witch Haze #F9F17F
Tints of Witch Haze #F9F17F
RGB
CMYK
RGB Variations
Color information
#F9F17F (or 0xF9F17F) is known color: Witch Haze. HEX triplet: F9, F1 and 7F. RGB value is (249,241,127). Sum of RGB (Red+Green+Blue) = 249+241+127=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 127 (50% from 255 or 20.58% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F17F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F17F is #060E80. Grayscale: #E6E6E6. Windows color (decimal): -396929 or 8385017. OLE color: 8385017.
HSL color Cylindrical-coordinate representation of color #F9F17F: hue angle of 56.07º 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 #F9F17F is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 127 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.02 |
| HSL | 56.07º | 0.91% | 0.74% | - |
| HSV(B) | 56.07º | 0.49% | 0.98% | - |
| XYZ | 74.35 | 84.58 | 32.49 | - |
| YUV | 230.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 127 | 0 | 0.03 | 0.49 | 0.02 | 56.07 | 0.91 | 0.74 |
| Hex | F9 | F1 | 7F | 0 | 3 | 31 | 2 | 38 | 5B | 4A |
| Octal | 371 | 361 | 177 | 0 | 3 | 61 | 2 | 70 | 133 | 112 |
| Binary | 11111001 | 11110001 | 1111111 | 0 | 11 | 110001 | 10 | 111000 | 1011011 | 1001010 |
Color Harmonies of #F9F17F
Complementary color
Monochromatic Colors of #F9F17F
Black with #F9F17F
Text Example
Text Example
White with #F9F17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F17F; }
p { color: rgb(249,241,127); }
H1.HeaderClassName
{
color: #F9F17F;
}
.AnyTagClassName
{
color: #F9F17F;
}
</style>
background-color css
<style>
a { background-color: #F9F17F; }
a { background-color: rgb(249,241,127); }
div.DivClassName
{
background-color: #F9F17F;
}
.BgClassName
{
background-color: #F9F17F;
}
</style>
border-color css
<style>
span { border-color: #F9F17F; }
span { border-color: rgb(249,241,127); }
td.TdClassName
{
border-color: #F9F17F;
}
.TagClassName
{
border-color: #F9F17F;
}
</style>