Shades of Witch Haze #F7ED7A
Tints of Witch Haze #F7ED7A
RGB
CMYK
RGB Variations
Color information
#F7ED7A (or 0xF7ED7A) is known color: Witch Haze. HEX triplet: F7, ED and 7A. RGB value is (247,237,122). Sum of RGB (Red+Green+Blue) = 247+237+122=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 122 (48.05% from 255 or 20.13% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ED7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7ED7A is #081285. Grayscale: #E3E3E3. Windows color (decimal): -529030 or 8056311. OLE color: 8056311.
HSL color Cylindrical-coordinate representation of color #F7ED7A: hue angle of 55.2º 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 #F7ED7A is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 122 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.03 |
| HSL | 55.2º | 0.89% | 0.72% | - |
| HSV(B) | 55.2º | 0.51% | 0.97% | - |
| XYZ | 72.15 | 81.75 | 30.39 | - |
| YUV | 226.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 122 | 0 | 0.04 | 0.51 | 0.03 | 55.2 | 0.89 | 0.72 |
| Hex | F7 | ED | 7A | 0 | 4 | 33 | 3 | 37 | 59 | 48 |
| Octal | 367 | 355 | 172 | 0 | 4 | 63 | 3 | 67 | 131 | 110 |
| Binary | 11110111 | 11101101 | 1111010 | 0 | 100 | 110011 | 11 | 110111 | 1011001 | 1001000 |
Color Harmonies of #F7ED7A
Complementary color
Monochromatic Colors of #F7ED7A
Black with #F7ED7A
Text Example
Text Example
White with #F7ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ED7A; }
p { color: rgb(247,237,122); }
H1.HeaderClassName
{
color: #F7ED7A;
}
.AnyTagClassName
{
color: #F7ED7A;
}
</style>
background-color css
<style>
a { background-color: #F7ED7A; }
a { background-color: rgb(247,237,122); }
div.DivClassName
{
background-color: #F7ED7A;
}
.BgClassName
{
background-color: #F7ED7A;
}
</style>
border-color css
<style>
span { border-color: #F7ED7A; }
span { border-color: rgb(247,237,122); }
td.TdClassName
{
border-color: #F7ED7A;
}
.TagClassName
{
border-color: #F7ED7A;
}
</style>