Shades of Witch Haze #F8F378
Tints of Witch Haze #F8F378
RGB
CMYK
RGB Variations
Color information
#F8F378 (or 0xF8F378) is known color: Witch Haze. HEX triplet: F8, F3 and 78. RGB value is (248,243,120). Sum of RGB (Red+Green+Blue) = 248+243+120=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 120 (47.27% from 255 or 19.64% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F378 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F378 is #070C87. Grayscale: #E6E6E6. Windows color (decimal): -461960 or 7926776. OLE color: 7926776.
HSL color Cylindrical-coordinate representation of color #F8F378: hue angle of 57.66º 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 #F8F378 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 120 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.03 |
| HSL | 57.66º | 0.9% | 0.72% | - |
| HSV(B) | 57.66º | 0.52% | 0.97% | - |
| XYZ | 74.15 | 85.41 | 30.35 | - |
| YUV | 230.47 | 65.66 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 120 | 0 | 0.02 | 0.52 | 0.03 | 57.66 | 0.9 | 0.72 |
| Hex | F8 | F3 | 78 | 0 | 2 | 34 | 3 | 3A | 5A | 48 |
| Octal | 370 | 363 | 170 | 0 | 2 | 64 | 3 | 72 | 132 | 110 |
| Binary | 11111000 | 11110011 | 1111000 | 0 | 10 | 110100 | 11 | 111010 | 1011010 | 1001000 |
Color Harmonies of #F8F378
Complementary color
Monochromatic Colors of #F8F378
Black with #F8F378
Text Example
Text Example
White with #F8F378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F378; }
p { color: rgb(248,243,120); }
H1.HeaderClassName
{
color: #F8F378;
}
.AnyTagClassName
{
color: #F8F378;
}
</style>
background-color css
<style>
a { background-color: #F8F378; }
a { background-color: rgb(248,243,120); }
div.DivClassName
{
background-color: #F8F378;
}
.BgClassName
{
background-color: #F8F378;
}
</style>
border-color css
<style>
span { border-color: #F8F378; }
span { border-color: rgb(248,243,120); }
td.TdClassName
{
border-color: #F8F378;
}
.TagClassName
{
border-color: #F8F378;
}
</style>