Shades of Witch Haze #FFF96F
Tints of Witch Haze #FFF96F
RGB
CMYK
RGB Variations
Color information
#FFF96F (or 0xFFF96F) is known color: Witch Haze. HEX triplet: FF, F9 and 6F. RGB value is (255,249,111). Sum of RGB (Red+Green+Blue) = 255+249+111=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 111 (43.75% from 255 or 18.05% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF96F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF96F is #000690. Grayscale: #EBEBEB. Windows color (decimal): -1681 or 7338495. OLE color: 7338495.
HSL color Cylindrical-coordinate representation of color #FFF96F: hue angle of 57.5º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFF96F is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 111 | - |
| CMYK | 0 | 0.02 | 0.56 | 0 |
| HSL | 57.5º | 1% | 0.72% | - |
| HSV(B) | 57.5º | 0.56% | 1% | - |
| XYZ | 77.98 | 90.16 | 28.33 | - |
| YUV | 235.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 111 | 0 | 0.02 | 0.56 | 0 | 57.5 | 1 | 0.72 |
| Hex | FF | F9 | 6F | 0 | 2 | 38 | 0 | 3A | 64 | 48 |
| Octal | 377 | 371 | 157 | 0 | 2 | 70 | 0 | 72 | 144 | 110 |
| Binary | 11111111 | 11111001 | 1101111 | 0 | 10 | 111000 | 0 | 111010 | 1100100 | 1001000 |
Color Harmonies of #FFF96F
Complementary color
Monochromatic Colors of #FFF96F
Black with #FFF96F
Text Example
Text Example
White with #FFF96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF96F; }
p { color: rgb(255,249,111); }
H1.HeaderClassName
{
color: #FFF96F;
}
.AnyTagClassName
{
color: #FFF96F;
}
</style>
background-color css
<style>
a { background-color: #FFF96F; }
a { background-color: rgb(255,249,111); }
div.DivClassName
{
background-color: #FFF96F;
}
.BgClassName
{
background-color: #FFF96F;
}
</style>
border-color css
<style>
span { border-color: #FFF96F; }
span { border-color: rgb(255,249,111); }
td.TdClassName
{
border-color: #FFF96F;
}
.TagClassName
{
border-color: #FFF96F;
}
</style>