Shades of Witch Haze #FFF077
Tints of Witch Haze #FFF077
RGB
CMYK
RGB Variations
Color information
#FFF077 (or 0xFFF077) is known color: Witch Haze. HEX triplet: FF, F0 and 77. RGB value is (255,240,119). Sum of RGB (Red+Green+Blue) = 255+240+119=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 119 (46.88% from 255 or 19.38% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF077 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF077 is #000F88. Grayscale: #E7E7E7. Windows color (decimal): -3977 or 7860479. OLE color: 7860479.
HSL color Cylindrical-coordinate representation of color #FFF077: hue angle of 53.38º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFF077 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 119 | - |
| CMYK | 0 | 0.06 | 0.53 | 0 |
| HSL | 53.38º | 1% | 0.73% | - |
| HSV(B) | 53.38º | 0.53% | 1% | - |
| XYZ | 75.73 | 84.91 | 29.85 | - |
| YUV | 230.69 | 64.97 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 119 | 0 | 0.06 | 0.53 | 0 | 53.38 | 1 | 0.73 |
| Hex | FF | F0 | 77 | 0 | 6 | 35 | 0 | 35 | 64 | 49 |
| Octal | 377 | 360 | 167 | 0 | 6 | 65 | 0 | 65 | 144 | 111 |
| Binary | 11111111 | 11110000 | 1110111 | 0 | 110 | 110101 | 0 | 110101 | 1100100 | 1001001 |
Color Harmonies of #FFF077
Complementary color
Monochromatic Colors of #FFF077
Black with #FFF077
Text Example
Text Example
White with #FFF077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF077; }
p { color: rgb(255,240,119); }
H1.HeaderClassName
{
color: #FFF077;
}
.AnyTagClassName
{
color: #FFF077;
}
</style>
background-color css
<style>
a { background-color: #FFF077; }
a { background-color: rgb(255,240,119); }
div.DivClassName
{
background-color: #FFF077;
}
.BgClassName
{
background-color: #FFF077;
}
</style>
border-color css
<style>
span { border-color: #FFF077; }
span { border-color: rgb(255,240,119); }
td.TdClassName
{
border-color: #FFF077;
}
.TagClassName
{
border-color: #FFF077;
}
</style>