Shades of Witch Haze #F7F077
Tints of Witch Haze #F7F077
RGB
CMYK
RGB Variations
Color information
#F7F077 (or 0xF7F077) is known color: Witch Haze. HEX triplet: F7, F0 and 77. RGB value is (247,240,119). Sum of RGB (Red+Green+Blue) = 247+240+119=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 119 (46.88% from 255 or 19.64% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F077 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F077 is #080F88. Grayscale: #E4E4E4. Windows color (decimal): -528265 or 7860471. OLE color: 7860471.
HSL color Cylindrical-coordinate representation of color #F7F077: hue angle of 56.72º degrees, saturation: 0.89, 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 #F7F077 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 119 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.03 |
| HSL | 56.72º | 0.89% | 0.72% | - |
| HSV(B) | 56.72º | 0.52% | 0.97% | - |
| XYZ | 72.85 | 83.43 | 29.72 | - |
| YUV | 228.3 | 66.32 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 119 | 0 | 0.03 | 0.52 | 0.03 | 56.72 | 0.89 | 0.72 |
| Hex | F7 | F0 | 77 | 0 | 3 | 34 | 3 | 39 | 59 | 48 |
| Octal | 367 | 360 | 167 | 0 | 3 | 64 | 3 | 71 | 131 | 110 |
| Binary | 11110111 | 11110000 | 1110111 | 0 | 11 | 110100 | 11 | 111001 | 1011001 | 1001000 |
Color Harmonies of #F7F077
Complementary color
Monochromatic Colors of #F7F077
Black with #F7F077
Text Example
Text Example
White with #F7F077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F077; }
p { color: rgb(247,240,119); }
H1.HeaderClassName
{
color: #F7F077;
}
.AnyTagClassName
{
color: #F7F077;
}
</style>
background-color css
<style>
a { background-color: #F7F077; }
a { background-color: rgb(247,240,119); }
div.DivClassName
{
background-color: #F7F077;
}
.BgClassName
{
background-color: #F7F077;
}
</style>
border-color css
<style>
span { border-color: #F7F077; }
span { border-color: rgb(247,240,119); }
td.TdClassName
{
border-color: #F7F077;
}
.TagClassName
{
border-color: #F7F077;
}
</style>