Shades of Witch Haze #F9F274
Tints of Witch Haze #F9F274
RGB
CMYK
RGB Variations
Color information
#F9F274 (or 0xF9F274) is known color: Witch Haze. HEX triplet: F9, F2 and 74. RGB value is (249,242,116). Sum of RGB (Red+Green+Blue) = 249+242+116=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 116 (45.70% from 255 or 19.11% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F274 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F274 is #060D8B. Grayscale: #E6E6E6. Windows color (decimal): -396684 or 7664377. OLE color: 7664377.
HSL color Cylindrical-coordinate representation of color #F9F274: hue angle of 56.84º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9F274 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 116 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.02 |
| HSL | 56.84º | 0.92% | 0.72% | - |
| HSV(B) | 56.84º | 0.53% | 0.98% | - |
| XYZ | 73.97 | 84.9 | 29.01 | - |
| YUV | 229.73 | 63.82 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 116 | 0 | 0.03 | 0.53 | 0.02 | 56.84 | 0.92 | 0.72 |
| Hex | F9 | F2 | 74 | 0 | 3 | 35 | 2 | 39 | 5C | 48 |
| Octal | 371 | 362 | 164 | 0 | 3 | 65 | 2 | 71 | 134 | 110 |
| Binary | 11111001 | 11110010 | 1110100 | 0 | 11 | 110101 | 10 | 111001 | 1011100 | 1001000 |
Color Harmonies of #F9F274
Complementary color
Monochromatic Colors of #F9F274
Black with #F9F274
Text Example
Text Example
White with #F9F274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F274; }
p { color: rgb(249,242,116); }
H1.HeaderClassName
{
color: #F9F274;
}
.AnyTagClassName
{
color: #F9F274;
}
</style>
background-color css
<style>
a { background-color: #F9F274; }
a { background-color: rgb(249,242,116); }
div.DivClassName
{
background-color: #F9F274;
}
.BgClassName
{
background-color: #F9F274;
}
</style>
border-color css
<style>
span { border-color: #F9F274; }
span { border-color: rgb(249,242,116); }
td.TdClassName
{
border-color: #F9F274;
}
.TagClassName
{
border-color: #F9F274;
}
</style>