Shades of Witch Haze #FFF47A
Tints of Witch Haze #FFF47A
RGB
CMYK
RGB Variations
Color information
#FFF47A (or 0xFFF47A) is known color: Witch Haze. HEX triplet: FF, F4 and 7A. RGB value is (255,244,122). Sum of RGB (Red+Green+Blue) = 255+244+122=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 122 (48.05% from 255 or 19.65% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF47A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF47A is #000B85. Grayscale: #E9E9E9. Windows color (decimal): -2950 or 8058111. OLE color: 8058111.
HSL color Cylindrical-coordinate representation of color #FFF47A: hue angle of 55.04º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFF47A is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 122 | - |
| CMYK | 0 | 0.04 | 0.52 | 0 |
| HSL | 55.04º | 1% | 0.74% | - |
| HSV(B) | 55.04º | 0.52% | 1% | - |
| XYZ | 77.1 | 87.37 | 31.21 | - |
| YUV | 233.38 | 65.14 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 122 | 0 | 0.04 | 0.52 | 0 | 55.04 | 1 | 0.74 |
| Hex | FF | F4 | 7A | 0 | 4 | 34 | 0 | 37 | 64 | 4A |
| Octal | 377 | 364 | 172 | 0 | 4 | 64 | 0 | 67 | 144 | 112 |
| Binary | 11111111 | 11110100 | 1111010 | 0 | 100 | 110100 | 0 | 110111 | 1100100 | 1001010 |
Color Harmonies of #FFF47A
Complementary color
Monochromatic Colors of #FFF47A
Black with #FFF47A
Text Example
Text Example
White with #FFF47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF47A; }
p { color: rgb(255,244,122); }
H1.HeaderClassName
{
color: #FFF47A;
}
.AnyTagClassName
{
color: #FFF47A;
}
</style>
background-color css
<style>
a { background-color: #FFF47A; }
a { background-color: rgb(255,244,122); }
div.DivClassName
{
background-color: #FFF47A;
}
.BgClassName
{
background-color: #FFF47A;
}
</style>
border-color css
<style>
span { border-color: #FFF47A; }
span { border-color: rgb(255,244,122); }
td.TdClassName
{
border-color: #FFF47A;
}
.TagClassName
{
border-color: #FFF47A;
}
</style>