Shades of Witch Haze #FFF97F
Tints of Witch Haze #FFF97F
RGB
CMYK
RGB Variations
Color information
#FFF97F (or 0xFFF97F) is known color: Witch Haze. HEX triplet: FF, F9 and 7F. RGB value is (255,249,127). Sum of RGB (Red+Green+Blue) = 255+249+127=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 127 (50% from 255 or 20.13% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF97F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF97F is #000680. Grayscale: #EDEDED. Windows color (decimal): -1665 or 8387071. OLE color: 8387071.
HSL color Cylindrical-coordinate representation of color #FFF97F: hue angle of 57.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFF97F is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 127 | - |
| CMYK | 0 | 0.02 | 0.50 | 0 |
| HSL | 57.19º | 1% | 0.75% | - |
| HSV(B) | 57.19º | 0.5% | 1% | - |
| XYZ | 78.95 | 90.54 | 33.39 | - |
| YUV | 236.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 127 | 0 | 0.02 | 0.50 | 0 | 57.19 | 1 | 0.75 |
| Hex | FF | F9 | 7F | 0 | 2 | 32 | 0 | 39 | 64 | 4B |
| Octal | 377 | 371 | 177 | 0 | 2 | 62 | 0 | 71 | 144 | 113 |
| Binary | 11111111 | 11111001 | 1111111 | 0 | 10 | 110010 | 0 | 111001 | 1100100 | 1001011 |
Color Harmonies of #FFF97F
Complementary color
Monochromatic Colors of #FFF97F
Black with #FFF97F
Text Example
Text Example
White with #FFF97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF97F; }
p { color: rgb(255,249,127); }
H1.HeaderClassName
{
color: #FFF97F;
}
.AnyTagClassName
{
color: #FFF97F;
}
</style>
background-color css
<style>
a { background-color: #FFF97F; }
a { background-color: rgb(255,249,127); }
div.DivClassName
{
background-color: #FFF97F;
}
.BgClassName
{
background-color: #FFF97F;
}
</style>
border-color css
<style>
span { border-color: #FFF97F; }
span { border-color: rgb(255,249,127); }
td.TdClassName
{
border-color: #FFF97F;
}
.TagClassName
{
border-color: #FFF97F;
}
</style>