Shades of Witch Haze #FFF478
Tints of Witch Haze #FFF478
RGB
CMYK
RGB Variations
Color information
#FFF478 (or 0xFFF478) is known color: Witch Haze. HEX triplet: FF, F4 and 78. RGB value is (255,244,120). Sum of RGB (Red+Green+Blue) = 255+244+120=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 120 (47.27% from 255 or 19.39% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF478 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF478 is #000B87. Grayscale: #E9E9E9. Windows color (decimal): -2952 or 7927039. OLE color: 7927039.
HSL color Cylindrical-coordinate representation of color #FFF478: hue angle of 55.11º 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 #FFF478 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 120 | - |
| CMYK | 0 | 0.04 | 0.53 | 0 |
| HSL | 55.11º | 1% | 0.74% | - |
| HSV(B) | 55.11º | 0.53% | 1% | - |
| XYZ | 76.98 | 87.32 | 30.57 | - |
| YUV | 233.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 120 | 0 | 0.04 | 0.53 | 0 | 55.11 | 1 | 0.74 |
| Hex | FF | F4 | 78 | 0 | 4 | 35 | 0 | 37 | 64 | 4A |
| Octal | 377 | 364 | 170 | 0 | 4 | 65 | 0 | 67 | 144 | 112 |
| Binary | 11111111 | 11110100 | 1111000 | 0 | 100 | 110101 | 0 | 110111 | 1100100 | 1001010 |
Color Harmonies of #FFF478
Complementary color
Monochromatic Colors of #FFF478
Black with #FFF478
Text Example
Text Example
White with #FFF478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF478; }
p { color: rgb(255,244,120); }
H1.HeaderClassName
{
color: #FFF478;
}
.AnyTagClassName
{
color: #FFF478;
}
</style>
background-color css
<style>
a { background-color: #FFF478; }
a { background-color: rgb(255,244,120); }
div.DivClassName
{
background-color: #FFF478;
}
.BgClassName
{
background-color: #FFF478;
}
</style>
border-color css
<style>
span { border-color: #FFF478; }
span { border-color: rgb(255,244,120); }
td.TdClassName
{
border-color: #FFF478;
}
.TagClassName
{
border-color: #FFF478;
}
</style>