Shades of Witch Haze #FFF47D
Tints of Witch Haze #FFF47D
RGB
CMYK
RGB Variations
Color information
#FFF47D (or 0xFFF47D) is known color: Witch Haze. HEX triplet: FF, F4 and 7D. RGB value is (255,244,125). Sum of RGB (Red+Green+Blue) = 255+244+125=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 244 (95.70% from 255 or 39.10% from 624); Blue value is 125 (49.22% from 255 or 20.03% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF47D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF47D is #000B82. Grayscale: #EAEAEA. Windows color (decimal): -2947 or 8254719. OLE color: 8254719.
HSL color Cylindrical-coordinate representation of color #FFF47D: hue angle of 54.92º 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 #FFF47D is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 125 | - |
| CMYK | 0 | 0.04 | 0.51 | 0 |
| HSL | 54.92º | 1% | 0.75% | - |
| HSV(B) | 54.92º | 0.51% | 1% | - |
| XYZ | 77.29 | 87.44 | 32.21 | - |
| YUV | 233.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 125 | 0 | 0.04 | 0.51 | 0 | 54.92 | 1 | 0.75 |
| Hex | FF | F4 | 7D | 0 | 4 | 33 | 0 | 37 | 64 | 4B |
| Octal | 377 | 364 | 175 | 0 | 4 | 63 | 0 | 67 | 144 | 113 |
| Binary | 11111111 | 11110100 | 1111101 | 0 | 100 | 110011 | 0 | 110111 | 1100100 | 1001011 |
Color Harmonies of #FFF47D
Complementary color
Monochromatic Colors of #FFF47D
Black with #FFF47D
Text Example
Text Example
White with #FFF47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF47D; }
p { color: rgb(255,244,125); }
H1.HeaderClassName
{
color: #FFF47D;
}
.AnyTagClassName
{
color: #FFF47D;
}
</style>
background-color css
<style>
a { background-color: #FFF47D; }
a { background-color: rgb(255,244,125); }
div.DivClassName
{
background-color: #FFF47D;
}
.BgClassName
{
background-color: #FFF47D;
}
</style>
border-color css
<style>
span { border-color: #FFF47D; }
span { border-color: rgb(255,244,125); }
td.TdClassName
{
border-color: #FFF47D;
}
.TagClassName
{
border-color: #FFF47D;
}
</style>