Shades of Witch Haze #F8F17F
Tints of Witch Haze #F8F17F
RGB
CMYK
RGB Variations
Color information
#F8F17F (or 0xF8F17F) is known color: Witch Haze. HEX triplet: F8, F1 and 7F. RGB value is (248,241,127). Sum of RGB (Red+Green+Blue) = 248+241+127=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 127 (50% from 255 or 20.62% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F17F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F17F is #070E80. Grayscale: #E6E6E6. Windows color (decimal): -462465 or 8385016. OLE color: 8385016.
HSL color Cylindrical-coordinate representation of color #F8F17F: hue angle of 56.53º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8F17F is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 127 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.03 |
| HSL | 56.53º | 0.9% | 0.74% | - |
| HSV(B) | 56.53º | 0.49% | 0.97% | - |
| XYZ | 74 | 84.4 | 32.47 | - |
| YUV | 230.1 | 69.82 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 127 | 0 | 0.03 | 0.49 | 0.03 | 56.53 | 0.9 | 0.74 |
| Hex | F8 | F1 | 7F | 0 | 3 | 31 | 3 | 39 | 5A | 4A |
| Octal | 370 | 361 | 177 | 0 | 3 | 61 | 3 | 71 | 132 | 112 |
| Binary | 11111000 | 11110001 | 1111111 | 0 | 11 | 110001 | 11 | 111001 | 1011010 | 1001010 |
Color Harmonies of #F8F17F
Complementary color
Monochromatic Colors of #F8F17F
Black with #F8F17F
Text Example
Text Example
White with #F8F17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F17F; }
p { color: rgb(248,241,127); }
H1.HeaderClassName
{
color: #F8F17F;
}
.AnyTagClassName
{
color: #F8F17F;
}
</style>
background-color css
<style>
a { background-color: #F8F17F; }
a { background-color: rgb(248,241,127); }
div.DivClassName
{
background-color: #F8F17F;
}
.BgClassName
{
background-color: #F8F17F;
}
</style>
border-color css
<style>
span { border-color: #F8F17F; }
span { border-color: rgb(248,241,127); }
td.TdClassName
{
border-color: #F8F17F;
}
.TagClassName
{
border-color: #F8F17F;
}
</style>