Shades of Witch Haze #F8F27E
Tints of Witch Haze #F8F27E
RGB
CMYK
RGB Variations
Color information
#F8F27E (or 0xF8F27E) is known color: Witch Haze. HEX triplet: F8, F2 and 7E. RGB value is (248,242,126). Sum of RGB (Red+Green+Blue) = 248+242+126=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 126 (49.61% from 255 or 20.45% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F27E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F27E is #070D81. Grayscale: #E7E7E7. Windows color (decimal): -462210 or 8319736. OLE color: 8319736.
HSL color Cylindrical-coordinate representation of color #F8F27E: hue angle of 57.05º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8F27E is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 126 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.03 |
| HSL | 57.05º | 0.9% | 0.73% | - |
| HSV(B) | 57.05º | 0.49% | 0.97% | - |
| XYZ | 74.23 | 84.97 | 32.23 | - |
| YUV | 230.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 126 | 0 | 0.02 | 0.49 | 0.03 | 57.05 | 0.9 | 0.73 |
| Hex | F8 | F2 | 7E | 0 | 2 | 31 | 3 | 39 | 5A | 49 |
| Octal | 370 | 362 | 176 | 0 | 2 | 61 | 3 | 71 | 132 | 111 |
| Binary | 11111000 | 11110010 | 1111110 | 0 | 10 | 110001 | 11 | 111001 | 1011010 | 1001001 |
Color Harmonies of #F8F27E
Complementary color
Monochromatic Colors of #F8F27E
Black with #F8F27E
Text Example
Text Example
White with #F8F27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F27E; }
p { color: rgb(248,242,126); }
H1.HeaderClassName
{
color: #F8F27E;
}
.AnyTagClassName
{
color: #F8F27E;
}
</style>
background-color css
<style>
a { background-color: #F8F27E; }
a { background-color: rgb(248,242,126); }
div.DivClassName
{
background-color: #F8F27E;
}
.BgClassName
{
background-color: #F8F27E;
}
</style>
border-color css
<style>
span { border-color: #F8F27E; }
span { border-color: rgb(248,242,126); }
td.TdClassName
{
border-color: #F8F27E;
}
.TagClassName
{
border-color: #F8F27E;
}
</style>