Shades of Witch Haze #F8F47C
Tints of Witch Haze #F8F47C
RGB
CMYK
RGB Variations
Color information
#F8F47C (or 0xF8F47C) is known color: Witch Haze. HEX triplet: F8, F4 and 7C. RGB value is (248,244,124). Sum of RGB (Red+Green+Blue) = 248+244+124=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 124 (48.83% from 255 or 20.13% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F47C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F47C is #070B83. Grayscale: #E7E7E7. Windows color (decimal): -461700 or 8189176. OLE color: 8189176.
HSL color Cylindrical-coordinate representation of color #F8F47C: hue angle of 58.06º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8F47C is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 244 | 124 | - |
| CMYK | 0 | 0.02 | 0.5 | 0.03 |
| HSL | 58.06º | 0.9% | 0.73% | - |
| HSV(B) | 58.06º | 0.5% | 0.97% | - |
| XYZ | 74.7 | 86.11 | 31.75 | - |
| YUV | 231.52 | 67.33 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 244 | 124 | 0 | 0.02 | 0.5 | 0.03 | 58.06 | 0.9 | 0.73 |
| Hex | F8 | F4 | 7C | 0 | 2 | 32 | 3 | 3A | 5A | 49 |
| Octal | 370 | 364 | 174 | 0 | 2 | 62 | 3 | 72 | 132 | 111 |
| Binary | 11111000 | 11110100 | 1111100 | 0 | 10 | 110010 | 11 | 111010 | 1011010 | 1001001 |
Color Harmonies of #F8F47C
Complementary color
Monochromatic Colors of #F8F47C
Black with #F8F47C
Text Example
Text Example
White with #F8F47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F47C; }
p { color: rgb(248,244,124); }
H1.HeaderClassName
{
color: #F8F47C;
}
.AnyTagClassName
{
color: #F8F47C;
}
</style>
background-color css
<style>
a { background-color: #F8F47C; }
a { background-color: rgb(248,244,124); }
div.DivClassName
{
background-color: #F8F47C;
}
.BgClassName
{
background-color: #F8F47C;
}
</style>
border-color css
<style>
span { border-color: #F8F47C; }
span { border-color: rgb(248,244,124); }
td.TdClassName
{
border-color: #F8F47C;
}
.TagClassName
{
border-color: #F8F47C;
}
</style>