Shades of Witch Haze #F8ED7A
Tints of Witch Haze #F8ED7A
RGB
CMYK
RGB Variations
Color information
#F8ED7A (or 0xF8ED7A) is known color: Witch Haze. HEX triplet: F8, ED and 7A. RGB value is (248,237,122). Sum of RGB (Red+Green+Blue) = 248+237+122=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 122 (48.05% from 255 or 20.10% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8ED7A is #071285. Grayscale: #E3E3E3. Windows color (decimal): -463494 or 8056312. OLE color: 8056312.
HSL color Cylindrical-coordinate representation of color #F8ED7A: hue angle of 54.76º 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 #F8ED7A is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 122 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.03 |
| HSL | 54.76º | 0.9% | 0.73% | - |
| HSV(B) | 54.76º | 0.51% | 0.97% | - |
| XYZ | 72.51 | 81.93 | 30.4 | - |
| YUV | 227.18 | 68.64 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 122 | 0 | 0.04 | 0.51 | 0.03 | 54.76 | 0.9 | 0.73 |
| Hex | F8 | ED | 7A | 0 | 4 | 33 | 3 | 37 | 5A | 49 |
| Octal | 370 | 355 | 172 | 0 | 4 | 63 | 3 | 67 | 132 | 111 |
| Binary | 11111000 | 11101101 | 1111010 | 0 | 100 | 110011 | 11 | 110111 | 1011010 | 1001001 |
Color Harmonies of #F8ED7A
Complementary color
Monochromatic Colors of #F8ED7A
Black with #F8ED7A
Text Example
Text Example
White with #F8ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ED7A; }
p { color: rgb(248,237,122); }
H1.HeaderClassName
{
color: #F8ED7A;
}
.AnyTagClassName
{
color: #F8ED7A;
}
</style>
background-color css
<style>
a { background-color: #F8ED7A; }
a { background-color: rgb(248,237,122); }
div.DivClassName
{
background-color: #F8ED7A;
}
.BgClassName
{
background-color: #F8ED7A;
}
</style>
border-color css
<style>
span { border-color: #F8ED7A; }
span { border-color: rgb(248,237,122); }
td.TdClassName
{
border-color: #F8ED7A;
}
.TagClassName
{
border-color: #F8ED7A;
}
</style>