Shades of Witch Haze #FFF97D
Tints of Witch Haze #FFF97D
RGB
CMYK
RGB Variations
Color information
#FFF97D (or 0xFFF97D) is known color: Witch Haze. HEX triplet: FF, F9 and 7D. RGB value is (255,249,125). Sum of RGB (Red+Green+Blue) = 255+249+125=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 125 (49.22% from 255 or 19.87% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF97D is #000682. Grayscale: #EDEDED. Windows color (decimal): -1667 or 8255999. OLE color: 8255999.
HSL color Cylindrical-coordinate representation of color #FFF97D: hue angle of 57.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFF97D is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 125 | - |
| CMYK | 0 | 0.02 | 0.51 | 0 |
| HSL | 57.23º | 1% | 0.75% | - |
| HSV(B) | 57.23º | 0.51% | 1% | - |
| XYZ | 78.82 | 90.49 | 32.71 | - |
| YUV | 236.66 | 64.99 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 125 | 0 | 0.02 | 0.51 | 0 | 57.23 | 1 | 0.75 |
| Hex | FF | F9 | 7D | 0 | 2 | 33 | 0 | 39 | 64 | 4B |
| Octal | 377 | 371 | 175 | 0 | 2 | 63 | 0 | 71 | 144 | 113 |
| Binary | 11111111 | 11111001 | 1111101 | 0 | 10 | 110011 | 0 | 111001 | 1100100 | 1001011 |
Color Harmonies of #FFF97D
Complementary color
Monochromatic Colors of #FFF97D
Black with #FFF97D
Text Example
Text Example
White with #FFF97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF97D; }
p { color: rgb(255,249,125); }
H1.HeaderClassName
{
color: #FFF97D;
}
.AnyTagClassName
{
color: #FFF97D;
}
</style>
background-color css
<style>
a { background-color: #FFF97D; }
a { background-color: rgb(255,249,125); }
div.DivClassName
{
background-color: #FFF97D;
}
.BgClassName
{
background-color: #FFF97D;
}
</style>
border-color css
<style>
span { border-color: #FFF97D; }
span { border-color: rgb(255,249,125); }
td.TdClassName
{
border-color: #FFF97D;
}
.TagClassName
{
border-color: #FFF97D;
}
</style>