Shades of Witch Haze #FFF46E
Tints of Witch Haze #FFF46E
RGB
CMYK
RGB Variations
Color information
#FFF46E (or 0xFFF46E) is known color: Witch Haze. HEX triplet: FF, F4 and 6E. RGB value is (255,244,110). Sum of RGB (Red+Green+Blue) = 255+244+110=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 110 (43.36% from 255 or 18.06% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF46E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF46E is #000B91. Grayscale: #E8E8E8. Windows color (decimal): -2962 or 7271679. OLE color: 7271679.
HSL color Cylindrical-coordinate representation of color #FFF46E: hue angle of 55.45º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFF46E is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 110 | - |
| CMYK | 0 | 0.04 | 0.57 | 0 |
| HSL | 55.45º | 1% | 0.72% | - |
| HSV(B) | 55.45º | 0.57% | 1% | - |
| XYZ | 76.41 | 87.09 | 27.53 | - |
| YUV | 232.01 | 59.14 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 110 | 0 | 0.04 | 0.57 | 0 | 55.45 | 1 | 0.72 |
| Hex | FF | F4 | 6E | 0 | 4 | 39 | 0 | 37 | 64 | 48 |
| Octal | 377 | 364 | 156 | 0 | 4 | 71 | 0 | 67 | 144 | 110 |
| Binary | 11111111 | 11110100 | 1101110 | 0 | 100 | 111001 | 0 | 110111 | 1100100 | 1001000 |
Color Harmonies of #FFF46E
Complementary color
Monochromatic Colors of #FFF46E
Black with #FFF46E
Text Example
Text Example
White with #FFF46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF46E; }
p { color: rgb(255,244,110); }
H1.HeaderClassName
{
color: #FFF46E;
}
.AnyTagClassName
{
color: #FFF46E;
}
</style>
background-color css
<style>
a { background-color: #FFF46E; }
a { background-color: rgb(255,244,110); }
div.DivClassName
{
background-color: #FFF46E;
}
.BgClassName
{
background-color: #FFF46E;
}
</style>
border-color css
<style>
span { border-color: #FFF46E; }
span { border-color: rgb(255,244,110); }
td.TdClassName
{
border-color: #FFF46E;
}
.TagClassName
{
border-color: #FFF46E;
}
</style>