Shades of Witch Haze #F8F075
Tints of Witch Haze #F8F075
RGB
CMYK
RGB Variations
Color information
#F8F075 (or 0xF8F075) is known color: Witch Haze. HEX triplet: F8, F0 and 75. RGB value is (248,240,117). Sum of RGB (Red+Green+Blue) = 248+240+117=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 117 (46.09% from 255 or 19.34% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F075 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F075 is #070F8A. Grayscale: #E4E4E4. Windows color (decimal): -462731 or 7729400. OLE color: 7729400.
HSL color Cylindrical-coordinate representation of color #F8F075: hue angle of 56.34º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8F075 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 117 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.03 |
| HSL | 56.34º | 0.9% | 0.72% | - |
| HSV(B) | 56.34º | 0.53% | 0.97% | - |
| XYZ | 73.08 | 83.56 | 29.11 | - |
| YUV | 228.37 | 65.15 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 117 | 0 | 0.03 | 0.53 | 0.03 | 56.34 | 0.9 | 0.72 |
| Hex | F8 | F0 | 75 | 0 | 3 | 35 | 3 | 38 | 5A | 48 |
| Octal | 370 | 360 | 165 | 0 | 3 | 65 | 3 | 70 | 132 | 110 |
| Binary | 11111000 | 11110000 | 1110101 | 0 | 11 | 110101 | 11 | 111000 | 1011010 | 1001000 |
Color Harmonies of #F8F075
Complementary color
Monochromatic Colors of #F8F075
Black with #F8F075
Text Example
Text Example
White with #F8F075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F075; }
p { color: rgb(248,240,117); }
H1.HeaderClassName
{
color: #F8F075;
}
.AnyTagClassName
{
color: #F8F075;
}
</style>
background-color css
<style>
a { background-color: #F8F075; }
a { background-color: rgb(248,240,117); }
div.DivClassName
{
background-color: #F8F075;
}
.BgClassName
{
background-color: #F8F075;
}
</style>
border-color css
<style>
span { border-color: #F8F075; }
span { border-color: rgb(248,240,117); }
td.TdClassName
{
border-color: #F8F075;
}
.TagClassName
{
border-color: #F8F075;
}
</style>