Shades of Witch Haze #FFF47E
Tints of Witch Haze #FFF47E
RGB
CMYK
RGB Variations
Color information
#FFF47E (or 0xFFF47E) is known color: Witch Haze. HEX triplet: FF, F4 and 7E. RGB value is (255,244,126). Sum of RGB (Red+Green+Blue) = 255+244+126=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 244 (95.70% from 255 or 39.04% from 625); Blue value is 126 (49.61% from 255 or 20.16% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF47E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF47E is #000B81. Grayscale: #EAEAEA. Windows color (decimal): -2946 or 8320255. OLE color: 8320255.
HSL color Cylindrical-coordinate representation of color #FFF47E: hue angle of 54.88º 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 #FFF47E is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 126 | - |
| CMYK | 0 | 0.04 | 0.51 | 0 |
| HSL | 54.88º | 1% | 0.75% | - |
| HSV(B) | 54.88º | 0.51% | 1% | - |
| XYZ | 77.36 | 87.47 | 32.54 | - |
| YUV | 233.84 | 67.14 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 126 | 0 | 0.04 | 0.51 | 0 | 54.88 | 1 | 0.75 |
| Hex | FF | F4 | 7E | 0 | 4 | 33 | 0 | 37 | 64 | 4B |
| Octal | 377 | 364 | 176 | 0 | 4 | 63 | 0 | 67 | 144 | 113 |
| Binary | 11111111 | 11110100 | 1111110 | 0 | 100 | 110011 | 0 | 110111 | 1100100 | 1001011 |
Color Harmonies of #FFF47E
Complementary color
Monochromatic Colors of #FFF47E
Black with #FFF47E
Text Example
Text Example
White with #FFF47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF47E; }
p { color: rgb(255,244,126); }
H1.HeaderClassName
{
color: #FFF47E;
}
.AnyTagClassName
{
color: #FFF47E;
}
</style>
background-color css
<style>
a { background-color: #FFF47E; }
a { background-color: rgb(255,244,126); }
div.DivClassName
{
background-color: #FFF47E;
}
.BgClassName
{
background-color: #FFF47E;
}
</style>
border-color css
<style>
span { border-color: #FFF47E; }
span { border-color: rgb(255,244,126); }
td.TdClassName
{
border-color: #FFF47E;
}
.TagClassName
{
border-color: #FFF47E;
}
</style>