Shades of Witch Haze #F8F27A
Tints of Witch Haze #F8F27A
RGB
CMYK
RGB Variations
Color information
#F8F27A (or 0xF8F27A) is known color: Witch Haze. HEX triplet: F8, F2 and 7A. RGB value is (248,242,122). Sum of RGB (Red+Green+Blue) = 248+242+122=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 122 (48.05% from 255 or 19.93% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F27A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F27A is #070D85. Grayscale: #E6E6E6. Windows color (decimal): -462214 or 8057592. OLE color: 8057592.
HSL color Cylindrical-coordinate representation of color #F8F27A: hue angle of 57.14º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8F27A is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 122 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.03 |
| HSL | 57.14º | 0.9% | 0.73% | - |
| HSV(B) | 57.14º | 0.51% | 0.97% | - |
| XYZ | 73.98 | 84.87 | 30.89 | - |
| YUV | 230.11 | 66.99 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 122 | 0 | 0.02 | 0.51 | 0.03 | 57.14 | 0.9 | 0.73 |
| Hex | F8 | F2 | 7A | 0 | 2 | 33 | 3 | 39 | 5A | 49 |
| Octal | 370 | 362 | 172 | 0 | 2 | 63 | 3 | 71 | 132 | 111 |
| Binary | 11111000 | 11110010 | 1111010 | 0 | 10 | 110011 | 11 | 111001 | 1011010 | 1001001 |
Color Harmonies of #F8F27A
Complementary color
Monochromatic Colors of #F8F27A
Black with #F8F27A
Text Example
Text Example
White with #F8F27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F27A; }
p { color: rgb(248,242,122); }
H1.HeaderClassName
{
color: #F8F27A;
}
.AnyTagClassName
{
color: #F8F27A;
}
</style>
background-color css
<style>
a { background-color: #F8F27A; }
a { background-color: rgb(248,242,122); }
div.DivClassName
{
background-color: #F8F27A;
}
.BgClassName
{
background-color: #F8F27A;
}
</style>
border-color css
<style>
span { border-color: #F8F27A; }
span { border-color: rgb(248,242,122); }
td.TdClassName
{
border-color: #F8F27A;
}
.TagClassName
{
border-color: #F8F27A;
}
</style>