Shades of Witch Haze #FFF97C
Tints of Witch Haze #FFF97C
RGB
CMYK
RGB Variations
Color information
#FFF97C (or 0xFFF97C) is known color: Witch Haze. HEX triplet: FF, F9 and 7C. RGB value is (255,249,124). Sum of RGB (Red+Green+Blue) = 255+249+124=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 124 (48.83% from 255 or 19.75% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF97C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF97C is #000683. Grayscale: #EDEDED. Windows color (decimal): -1668 or 8190463. OLE color: 8190463.
HSL color Cylindrical-coordinate representation of color #FFF97C: hue angle of 57.25º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFF97C is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 124 | - |
| CMYK | 0 | 0.02 | 0.51 | 0 |
| HSL | 57.25º | 1% | 0.74% | - |
| HSV(B) | 57.25º | 0.51% | 1% | - |
| XYZ | 78.75 | 90.47 | 32.38 | - |
| YUV | 236.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 124 | 0 | 0.02 | 0.51 | 0 | 57.25 | 1 | 0.74 |
| Hex | FF | F9 | 7C | 0 | 2 | 33 | 0 | 39 | 64 | 4A |
| Octal | 377 | 371 | 174 | 0 | 2 | 63 | 0 | 71 | 144 | 112 |
| Binary | 11111111 | 11111001 | 1111100 | 0 | 10 | 110011 | 0 | 111001 | 1100100 | 1001010 |
Color Harmonies of #FFF97C
Complementary color
Monochromatic Colors of #FFF97C
Black with #FFF97C
Text Example
Text Example
White with #FFF97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF97C; }
p { color: rgb(255,249,124); }
H1.HeaderClassName
{
color: #FFF97C;
}
.AnyTagClassName
{
color: #FFF97C;
}
</style>
background-color css
<style>
a { background-color: #FFF97C; }
a { background-color: rgb(255,249,124); }
div.DivClassName
{
background-color: #FFF97C;
}
.BgClassName
{
background-color: #FFF97C;
}
</style>
border-color css
<style>
span { border-color: #FFF97C; }
span { border-color: rgb(255,249,124); }
td.TdClassName
{
border-color: #FFF97C;
}
.TagClassName
{
border-color: #FFF97C;
}
</style>