Shades of Witch Haze #F8F281
Tints of Witch Haze #F8F281
RGB
CMYK
RGB Variations
Color information
#F8F281 (or 0xF8F281) is known color: Witch Haze. HEX triplet: F8, F2 and 81. RGB value is (248,242,129). Sum of RGB (Red+Green+Blue) = 248+242+129=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 129 (50.78% from 255 or 20.84% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F281 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F281 is #070D7E. Grayscale: #E7E7E7. Windows color (decimal): -462207 or 8516344. OLE color: 8516344.
HSL color Cylindrical-coordinate representation of color #F8F281: hue angle of 56.97º degrees, saturation: 0.89, 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 #F8F281 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 129 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.03 |
| HSL | 56.97º | 0.89% | 0.74% | - |
| HSV(B) | 56.97º | 0.48% | 0.97% | - |
| XYZ | 74.43 | 85.05 | 33.26 | - |
| YUV | 230.91 | 70.49 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 129 | 0 | 0.02 | 0.48 | 0.03 | 56.97 | 0.89 | 0.74 |
| Hex | F8 | F2 | 81 | 0 | 2 | 30 | 3 | 39 | 59 | 4A |
| Octal | 370 | 362 | 201 | 0 | 2 | 60 | 3 | 71 | 131 | 112 |
| Binary | 11111000 | 11110010 | 10000001 | 0 | 10 | 110000 | 11 | 111001 | 1011001 | 1001010 |
Color Harmonies of #F8F281
Complementary color
Monochromatic Colors of #F8F281
Black with #F8F281
Text Example
Text Example
White with #F8F281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F281; }
p { color: rgb(248,242,129); }
H1.HeaderClassName
{
color: #F8F281;
}
.AnyTagClassName
{
color: #F8F281;
}
</style>
background-color css
<style>
a { background-color: #F8F281; }
a { background-color: rgb(248,242,129); }
div.DivClassName
{
background-color: #F8F281;
}
.BgClassName
{
background-color: #F8F281;
}
</style>
border-color css
<style>
span { border-color: #F8F281; }
span { border-color: rgb(248,242,129); }
td.TdClassName
{
border-color: #F8F281;
}
.TagClassName
{
border-color: #F8F281;
}
</style>