Shades of Witch Haze #F7F081
Tints of Witch Haze #F7F081
RGB
CMYK
RGB Variations
Color information
#F7F081 (or 0xF7F081) is known color: Witch Haze. HEX triplet: F7, F0 and 81. RGB value is (247,240,129). Sum of RGB (Red+Green+Blue) = 247+240+129=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 129 (50.78% from 255 or 20.94% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F081 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F081 is #080F7E. Grayscale: #E5E5E5. Windows color (decimal): -528255 or 8515831. OLE color: 8515831.
HSL color Cylindrical-coordinate representation of color #F7F081: hue angle of 56.44º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7F081 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 129 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.03 |
| HSL | 56.44º | 0.88% | 0.74% | - |
| HSV(B) | 56.44º | 0.48% | 0.97% | - |
| XYZ | 73.48 | 83.68 | 33.05 | - |
| YUV | 229.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 129 | 0 | 0.03 | 0.48 | 0.03 | 56.44 | 0.88 | 0.74 |
| Hex | F7 | F0 | 81 | 0 | 3 | 30 | 3 | 38 | 58 | 4A |
| Octal | 367 | 360 | 201 | 0 | 3 | 60 | 3 | 70 | 130 | 112 |
| Binary | 11110111 | 11110000 | 10000001 | 0 | 11 | 110000 | 11 | 111000 | 1011000 | 1001010 |
Color Harmonies of #F7F081
Complementary color
Monochromatic Colors of #F7F081
Black with #F7F081
Text Example
Text Example
White with #F7F081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F081; }
p { color: rgb(247,240,129); }
H1.HeaderClassName
{
color: #F7F081;
}
.AnyTagClassName
{
color: #F7F081;
}
</style>
background-color css
<style>
a { background-color: #F7F081; }
a { background-color: rgb(247,240,129); }
div.DivClassName
{
background-color: #F7F081;
}
.BgClassName
{
background-color: #F7F081;
}
</style>
border-color css
<style>
span { border-color: #F7F081; }
span { border-color: rgb(247,240,129); }
td.TdClassName
{
border-color: #F7F081;
}
.TagClassName
{
border-color: #F7F081;
}
</style>