Shades of Witch Haze #F9F27D
Tints of Witch Haze #F9F27D
RGB
CMYK
RGB Variations
Color information
#F9F27D (or 0xF9F27D) is known color: Witch Haze. HEX triplet: F9, F2 and 7D. RGB value is (249,242,125). Sum of RGB (Red+Green+Blue) = 249+242+125=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 125 (49.22% from 255 or 20.29% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F27D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F27D is #060D82. Grayscale: #E7E7E7. Windows color (decimal): -396675 or 8254201. OLE color: 8254201.
HSL color Cylindrical-coordinate representation of color #F9F27D: hue angle of 56.61º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9F27D is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 125 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.02 |
| HSL | 56.61º | 0.91% | 0.73% | - |
| HSV(B) | 56.61º | 0.5% | 0.98% | - |
| XYZ | 74.52 | 85.12 | 31.91 | - |
| YUV | 230.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 125 | 0 | 0.03 | 0.50 | 0.02 | 56.61 | 0.91 | 0.73 |
| Hex | F9 | F2 | 7D | 0 | 3 | 32 | 2 | 39 | 5B | 49 |
| Octal | 371 | 362 | 175 | 0 | 3 | 62 | 2 | 71 | 133 | 111 |
| Binary | 11111001 | 11110010 | 1111101 | 0 | 11 | 110010 | 10 | 111001 | 1011011 | 1001001 |
Color Harmonies of #F9F27D
Complementary color
Monochromatic Colors of #F9F27D
Black with #F9F27D
Text Example
Text Example
White with #F9F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F27D; }
p { color: rgb(249,242,125); }
H1.HeaderClassName
{
color: #F9F27D;
}
.AnyTagClassName
{
color: #F9F27D;
}
</style>
background-color css
<style>
a { background-color: #F9F27D; }
a { background-color: rgb(249,242,125); }
div.DivClassName
{
background-color: #F9F27D;
}
.BgClassName
{
background-color: #F9F27D;
}
</style>
border-color css
<style>
span { border-color: #F9F27D; }
span { border-color: rgb(249,242,125); }
td.TdClassName
{
border-color: #F9F27D;
}
.TagClassName
{
border-color: #F9F27D;
}
</style>