Shades of Witch Haze #F7F07A
Tints of Witch Haze #F7F07A
RGB
CMYK
RGB Variations
Color information
#F7F07A (or 0xF7F07A) is known color: Witch Haze. HEX triplet: F7, F0 and 7A. RGB value is (247,240,122). Sum of RGB (Red+Green+Blue) = 247+240+122=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 122 (48.05% from 255 or 20.03% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F07A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F07A is #080F85. Grayscale: #E5E5E5. Windows color (decimal): -528262 or 8057079. OLE color: 8057079.
HSL color Cylindrical-coordinate representation of color #F7F07A: hue angle of 56.64º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7F07A is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 122 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.03 |
| HSL | 56.64º | 0.89% | 0.72% | - |
| HSV(B) | 56.64º | 0.51% | 0.97% | - |
| XYZ | 73.03 | 83.5 | 30.68 | - |
| YUV | 228.64 | 67.82 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 122 | 0 | 0.03 | 0.51 | 0.03 | 56.64 | 0.89 | 0.72 |
| Hex | F7 | F0 | 7A | 0 | 3 | 33 | 3 | 39 | 59 | 48 |
| Octal | 367 | 360 | 172 | 0 | 3 | 63 | 3 | 71 | 131 | 110 |
| Binary | 11110111 | 11110000 | 1111010 | 0 | 11 | 110011 | 11 | 111001 | 1011001 | 1001000 |
Color Harmonies of #F7F07A
Complementary color
Monochromatic Colors of #F7F07A
Black with #F7F07A
Text Example
Text Example
White with #F7F07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F07A; }
p { color: rgb(247,240,122); }
H1.HeaderClassName
{
color: #F7F07A;
}
.AnyTagClassName
{
color: #F7F07A;
}
</style>
background-color css
<style>
a { background-color: #F7F07A; }
a { background-color: rgb(247,240,122); }
div.DivClassName
{
background-color: #F7F07A;
}
.BgClassName
{
background-color: #F7F07A;
}
</style>
border-color css
<style>
span { border-color: #F7F07A; }
span { border-color: rgb(247,240,122); }
td.TdClassName
{
border-color: #F7F07A;
}
.TagClassName
{
border-color: #F7F07A;
}
</style>