Shades of Witch Haze #F8F278
Tints of Witch Haze #F8F278
RGB
CMYK
RGB Variations
Color information
#F8F278 (or 0xF8F278) is known color: Witch Haze. HEX triplet: F8, F2 and 78. RGB value is (248,242,120). Sum of RGB (Red+Green+Blue) = 248+242+120=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 120 (47.27% from 255 or 19.67% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F278 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F278 is #070D87. Grayscale: #E6E6E6. Windows color (decimal): -462216 or 7926520. OLE color: 7926520.
HSL color Cylindrical-coordinate representation of color #F8F278: hue angle of 57.19º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8F278 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 120 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.03 |
| HSL | 57.19º | 0.9% | 0.72% | - |
| HSV(B) | 57.19º | 0.52% | 0.97% | - |
| XYZ | 73.85 | 84.82 | 30.25 | - |
| YUV | 229.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 120 | 0 | 0.02 | 0.52 | 0.03 | 57.19 | 0.9 | 0.72 |
| Hex | F8 | F2 | 78 | 0 | 2 | 34 | 3 | 39 | 5A | 48 |
| Octal | 370 | 362 | 170 | 0 | 2 | 64 | 3 | 71 | 132 | 110 |
| Binary | 11111000 | 11110010 | 1111000 | 0 | 10 | 110100 | 11 | 111001 | 1011010 | 1001000 |
Color Harmonies of #F8F278
Complementary color
Monochromatic Colors of #F8F278
Black with #F8F278
Text Example
Text Example
White with #F8F278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F278; }
p { color: rgb(248,242,120); }
H1.HeaderClassName
{
color: #F8F278;
}
.AnyTagClassName
{
color: #F8F278;
}
</style>
background-color css
<style>
a { background-color: #F8F278; }
a { background-color: rgb(248,242,120); }
div.DivClassName
{
background-color: #F8F278;
}
.BgClassName
{
background-color: #F8F278;
}
</style>
border-color css
<style>
span { border-color: #F8F278; }
span { border-color: rgb(248,242,120); }
td.TdClassName
{
border-color: #F8F278;
}
.TagClassName
{
border-color: #F8F278;
}
</style>