Shades of Witch Haze #F9F47A
Tints of Witch Haze #F9F47A
RGB
CMYK
RGB Variations
Color information
#F9F47A (or 0xF9F47A) is known color: Witch Haze. HEX triplet: F9, F4 and 7A. RGB value is (249,244,122). Sum of RGB (Red+Green+Blue) = 249+244+122=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 122 (48.05% from 255 or 19.84% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F47A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F47A is #060B85. Grayscale: #E8E8E8. Windows color (decimal): -396166 or 8058105. OLE color: 8058105.
HSL color Cylindrical-coordinate representation of color #F9F47A: hue angle of 57.64º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9F47A is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 244 | 122 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.02 |
| HSL | 57.64º | 0.91% | 0.73% | - |
| HSV(B) | 57.64º | 0.51% | 0.98% | - |
| XYZ | 74.93 | 86.25 | 31.11 | - |
| YUV | 231.59 | 66.16 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 244 | 122 | 0 | 0.02 | 0.51 | 0.02 | 57.64 | 0.91 | 0.73 |
| Hex | F9 | F4 | 7A | 0 | 2 | 33 | 2 | 3A | 5B | 49 |
| Octal | 371 | 364 | 172 | 0 | 2 | 63 | 2 | 72 | 133 | 111 |
| Binary | 11111001 | 11110100 | 1111010 | 0 | 10 | 110011 | 10 | 111010 | 1011011 | 1001001 |
Color Harmonies of #F9F47A
Complementary color
Monochromatic Colors of #F9F47A
Black with #F9F47A
Text Example
Text Example
White with #F9F47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F47A; }
p { color: rgb(249,244,122); }
H1.HeaderClassName
{
color: #F9F47A;
}
.AnyTagClassName
{
color: #F9F47A;
}
</style>
background-color css
<style>
a { background-color: #F9F47A; }
a { background-color: rgb(249,244,122); }
div.DivClassName
{
background-color: #F9F47A;
}
.BgClassName
{
background-color: #F9F47A;
}
</style>
border-color css
<style>
span { border-color: #F9F47A; }
span { border-color: rgb(249,244,122); }
td.TdClassName
{
border-color: #F9F47A;
}
.TagClassName
{
border-color: #F9F47A;
}
</style>