Shades of Witch Haze #F8F180
Tints of Witch Haze #F8F180
RGB
CMYK
RGB Variations
Color information
#F8F180 (or 0xF8F180) is known color: Witch Haze. HEX triplet: F8, F1 and 80. RGB value is (248,241,128). Sum of RGB (Red+Green+Blue) = 248+241+128=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 128 (50.39% from 255 or 20.75% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F180 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F180 is #070E7F. Grayscale: #E6E6E6. Windows color (decimal): -462464 or 8450552. OLE color: 8450552.
HSL color Cylindrical-coordinate representation of color #F8F180: hue angle of 56.5º 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 #F8F180 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 128 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.03 |
| HSL | 56.5º | 0.9% | 0.74% | - |
| HSV(B) | 56.5º | 0.48% | 0.97% | - |
| XYZ | 74.06 | 84.43 | 32.81 | - |
| YUV | 230.21 | 70.32 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 128 | 0 | 0.03 | 0.48 | 0.03 | 56.5 | 0.9 | 0.74 |
| Hex | F8 | F1 | 80 | 0 | 3 | 30 | 3 | 38 | 5A | 4A |
| Octal | 370 | 361 | 200 | 0 | 3 | 60 | 3 | 70 | 132 | 112 |
| Binary | 11111000 | 11110001 | 10000000 | 0 | 11 | 110000 | 11 | 111000 | 1011010 | 1001010 |
Color Harmonies of #F8F180
Complementary color
Monochromatic Colors of #F8F180
Black with #F8F180
Text Example
Text Example
White with #F8F180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F180; }
p { color: rgb(248,241,128); }
H1.HeaderClassName
{
color: #F8F180;
}
.AnyTagClassName
{
color: #F8F180;
}
</style>
background-color css
<style>
a { background-color: #F8F180; }
a { background-color: rgb(248,241,128); }
div.DivClassName
{
background-color: #F8F180;
}
.BgClassName
{
background-color: #F8F180;
}
</style>
border-color css
<style>
span { border-color: #F8F180; }
span { border-color: rgb(248,241,128); }
td.TdClassName
{
border-color: #F8F180;
}
.TagClassName
{
border-color: #F8F180;
}
</style>