Shades of Witch Haze #F8F680
Tints of Witch Haze #F8F680
RGB
CMYK
RGB Variations
Color information
#F8F680 (or 0xF8F680) is known color: Witch Haze. HEX triplet: F8, F6 and 80. RGB value is (248,246,128). Sum of RGB (Red+Green+Blue) = 248+246+128=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 128 (50.39% from 255 or 20.58% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F680 is #07097F. Grayscale: #E9E9E9. Windows color (decimal): -461184 or 8451832. OLE color: 8451832.
HSL color Cylindrical-coordinate representation of color #F8F680: hue angle of 59º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8F680 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 246 | 128 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.03 |
| HSL | 59º | 0.9% | 0.74% | - |
| HSV(B) | 59º | 0.48% | 0.97% | - |
| XYZ | 75.56 | 87.43 | 33.31 | - |
| YUV | 233.15 | 68.66 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 246 | 128 | 0 | 0.01 | 0.48 | 0.03 | 59 | 0.9 | 0.74 |
| Hex | F8 | F6 | 80 | 0 | 1 | 30 | 3 | 3B | 5A | 4A |
| Octal | 370 | 366 | 200 | 0 | 1 | 60 | 3 | 73 | 132 | 112 |
| Binary | 11111000 | 11110110 | 10000000 | 0 | 1 | 110000 | 11 | 111011 | 1011010 | 1001010 |
Color Harmonies of #F8F680
Complementary color
Monochromatic Colors of #F8F680
Black with #F8F680
Text Example
Text Example
White with #F8F680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F680; }
p { color: rgb(248,246,128); }
H1.HeaderClassName
{
color: #F8F680;
}
.AnyTagClassName
{
color: #F8F680;
}
</style>
background-color css
<style>
a { background-color: #F8F680; }
a { background-color: rgb(248,246,128); }
div.DivClassName
{
background-color: #F8F680;
}
.BgClassName
{
background-color: #F8F680;
}
</style>
border-color css
<style>
span { border-color: #F8F680; }
span { border-color: rgb(248,246,128); }
td.TdClassName
{
border-color: #F8F680;
}
.TagClassName
{
border-color: #F8F680;
}
</style>