Shades of Witch Haze #FFF078
Tints of Witch Haze #FFF078
RGB
CMYK
RGB Variations
Color information
#FFF078 (or 0xFFF078) is known color: Witch Haze. HEX triplet: FF, F0 and 78. RGB value is (255,240,120). Sum of RGB (Red+Green+Blue) = 255+240+120=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 120 (47.27% from 255 or 19.51% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF078 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF078 is #000F87. Grayscale: #E7E7E7. Windows color (decimal): -3976 or 7926015. OLE color: 7926015.
HSL color Cylindrical-coordinate representation of color #FFF078: hue angle of 53.33º 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 #FFF078 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 120 | - |
| CMYK | 0 | 0.06 | 0.53 | 0 |
| HSL | 53.33º | 1% | 0.74% | - |
| HSV(B) | 53.33º | 0.53% | 1% | - |
| XYZ | 75.79 | 84.94 | 30.17 | - |
| YUV | 230.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 120 | 0 | 0.06 | 0.53 | 0 | 53.33 | 1 | 0.74 |
| Hex | FF | F0 | 78 | 0 | 6 | 35 | 0 | 35 | 64 | 4A |
| Octal | 377 | 360 | 170 | 0 | 6 | 65 | 0 | 65 | 144 | 112 |
| Binary | 11111111 | 11110000 | 1111000 | 0 | 110 | 110101 | 0 | 110101 | 1100100 | 1001010 |
Color Harmonies of #FFF078
Complementary color
Monochromatic Colors of #FFF078
Black with #FFF078
Text Example
Text Example
White with #FFF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF078; }
p { color: rgb(255,240,120); }
H1.HeaderClassName
{
color: #FFF078;
}
.AnyTagClassName
{
color: #FFF078;
}
</style>
background-color css
<style>
a { background-color: #FFF078; }
a { background-color: rgb(255,240,120); }
div.DivClassName
{
background-color: #FFF078;
}
.BgClassName
{
background-color: #FFF078;
}
</style>
border-color css
<style>
span { border-color: #FFF078; }
span { border-color: rgb(255,240,120); }
td.TdClassName
{
border-color: #FFF078;
}
.TagClassName
{
border-color: #FFF078;
}
</style>