Shades of Witch Haze #FFF878
Tints of Witch Haze #FFF878
RGB
CMYK
RGB Variations
Color information
#FFF878 (or 0xFFF878) is known color: Witch Haze. HEX triplet: FF, F8 and 78. RGB value is (255,248,120). Sum of RGB (Red+Green+Blue) = 255+248+120=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 120 (47.27% from 255 or 19.26% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF878 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF878 is #000787. Grayscale: #ECECEC. Windows color (decimal): -1928 or 7928063. OLE color: 7928063.
HSL color Cylindrical-coordinate representation of color #FFF878: hue angle of 56.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFF878 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 120 | - |
| CMYK | 0 | 0.03 | 0.53 | 0 |
| HSL | 56.89º | 1% | 0.74% | - |
| HSV(B) | 56.89º | 0.53% | 1% | - |
| XYZ | 78.2 | 89.75 | 30.97 | - |
| YUV | 235.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 120 | 0 | 0.03 | 0.53 | 0 | 56.89 | 1 | 0.74 |
| Hex | FF | F8 | 78 | 0 | 3 | 35 | 0 | 39 | 64 | 4A |
| Octal | 377 | 370 | 170 | 0 | 3 | 65 | 0 | 71 | 144 | 112 |
| Binary | 11111111 | 11111000 | 1111000 | 0 | 11 | 110101 | 0 | 111001 | 1100100 | 1001010 |
Color Harmonies of #FFF878
Complementary color
Monochromatic Colors of #FFF878
Black with #FFF878
Text Example
Text Example
White with #FFF878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF878; }
p { color: rgb(255,248,120); }
H1.HeaderClassName
{
color: #FFF878;
}
.AnyTagClassName
{
color: #FFF878;
}
</style>
background-color css
<style>
a { background-color: #FFF878; }
a { background-color: rgb(255,248,120); }
div.DivClassName
{
background-color: #FFF878;
}
.BgClassName
{
background-color: #FFF878;
}
</style>
border-color css
<style>
span { border-color: #FFF878; }
span { border-color: rgb(255,248,120); }
td.TdClassName
{
border-color: #FFF878;
}
.TagClassName
{
border-color: #FFF878;
}
</style>