Shades of Witch Haze #F9F27A
Tints of Witch Haze #F9F27A
RGB
CMYK
RGB Variations
Color information
#F9F27A (or 0xF9F27A) is known color: Witch Haze. HEX triplet: F9, F2 and 7A. RGB value is (249,242,122). Sum of RGB (Red+Green+Blue) = 249+242+122=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 122 (48.05% from 255 or 19.90% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F27A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F27A is #060D85. Grayscale: #E6E6E6. Windows color (decimal): -396678 or 8057593. OLE color: 8057593.
HSL color Cylindrical-coordinate representation of color #F9F27A: hue angle of 56.69º 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 #F9F27A is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 122 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.02 |
| HSL | 56.69º | 0.91% | 0.73% | - |
| HSV(B) | 56.69º | 0.51% | 0.98% | - |
| XYZ | 74.33 | 85.05 | 30.91 | - |
| YUV | 230.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 122 | 0 | 0.03 | 0.51 | 0.02 | 56.69 | 0.91 | 0.73 |
| Hex | F9 | F2 | 7A | 0 | 3 | 33 | 2 | 39 | 5B | 49 |
| Octal | 371 | 362 | 172 | 0 | 3 | 63 | 2 | 71 | 133 | 111 |
| Binary | 11111001 | 11110010 | 1111010 | 0 | 11 | 110011 | 10 | 111001 | 1011011 | 1001001 |
Color Harmonies of #F9F27A
Complementary color
Monochromatic Colors of #F9F27A
Black with #F9F27A
Text Example
Text Example
White with #F9F27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F27A; }
p { color: rgb(249,242,122); }
H1.HeaderClassName
{
color: #F9F27A;
}
.AnyTagClassName
{
color: #F9F27A;
}
</style>
background-color css
<style>
a { background-color: #F9F27A; }
a { background-color: rgb(249,242,122); }
div.DivClassName
{
background-color: #F9F27A;
}
.BgClassName
{
background-color: #F9F27A;
}
</style>
border-color css
<style>
span { border-color: #F9F27A; }
span { border-color: rgb(249,242,122); }
td.TdClassName
{
border-color: #F9F27A;
}
.TagClassName
{
border-color: #F9F27A;
}
</style>