Shades of Witch Haze #F8F07E
Tints of Witch Haze #F8F07E
RGB
CMYK
RGB Variations
Color information
#F8F07E (or 0xF8F07E) is known color: Witch Haze. HEX triplet: F8, F0 and 7E. RGB value is (248,240,126). Sum of RGB (Red+Green+Blue) = 248+240+126=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 126 (49.61% from 255 or 20.52% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F07E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F07E is #070F81. Grayscale: #E5E5E5. Windows color (decimal): -462722 or 8319224. OLE color: 8319224.
HSL color Cylindrical-coordinate representation of color #F8F07E: hue angle of 56.07º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8F07E is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 126 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.03 |
| HSL | 56.07º | 0.9% | 0.73% | - |
| HSV(B) | 56.07º | 0.49% | 0.97% | - |
| XYZ | 73.64 | 83.78 | 32.03 | - |
| YUV | 229.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 126 | 0 | 0.03 | 0.49 | 0.03 | 56.07 | 0.9 | 0.73 |
| Hex | F8 | F0 | 7E | 0 | 3 | 31 | 3 | 38 | 5A | 49 |
| Octal | 370 | 360 | 176 | 0 | 3 | 61 | 3 | 70 | 132 | 111 |
| Binary | 11111000 | 11110000 | 1111110 | 0 | 11 | 110001 | 11 | 111000 | 1011010 | 1001001 |
Color Harmonies of #F8F07E
Complementary color
Monochromatic Colors of #F8F07E
Black with #F8F07E
Text Example
Text Example
White with #F8F07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F07E; }
p { color: rgb(248,240,126); }
H1.HeaderClassName
{
color: #F8F07E;
}
.AnyTagClassName
{
color: #F8F07E;
}
</style>
background-color css
<style>
a { background-color: #F8F07E; }
a { background-color: rgb(248,240,126); }
div.DivClassName
{
background-color: #F8F07E;
}
.BgClassName
{
background-color: #F8F07E;
}
</style>
border-color css
<style>
span { border-color: #F8F07E; }
span { border-color: rgb(248,240,126); }
td.TdClassName
{
border-color: #F8F07E;
}
.TagClassName
{
border-color: #F8F07E;
}
</style>