Shades of Witch Haze #F9F283
Tints of Witch Haze #F9F283
RGB
CMYK
RGB Variations
Color information
#F9F283 (or 0xF9F283) is known color: Witch Haze. HEX triplet: F9, F2 and 83. RGB value is (249,242,131). Sum of RGB (Red+Green+Blue) = 249+242+131=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 131 (51.56% from 255 or 21.06% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F283 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F283 is #060D7C. Grayscale: #E7E7E7. Windows color (decimal): -396669 or 8647417. OLE color: 8647417.
HSL color Cylindrical-coordinate representation of color #F9F283: hue angle of 56.44º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F9F283 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 131 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.02 |
| HSL | 56.44º | 0.91% | 0.75% | - |
| HSV(B) | 56.44º | 0.47% | 0.98% | - |
| XYZ | 74.92 | 85.28 | 33.99 | - |
| YUV | 231.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 131 | 0 | 0.03 | 0.47 | 0.02 | 56.44 | 0.91 | 0.75 |
| Hex | F9 | F2 | 83 | 0 | 3 | 2F | 2 | 38 | 5B | 4B |
| Octal | 371 | 362 | 203 | 0 | 3 | 57 | 2 | 70 | 133 | 113 |
| Binary | 11111001 | 11110010 | 10000011 | 0 | 11 | 101111 | 10 | 111000 | 1011011 | 1001011 |
Color Harmonies of #F9F283
Complementary color
Monochromatic Colors of #F9F283
Black with #F9F283
Text Example
Text Example
White with #F9F283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F283; }
p { color: rgb(249,242,131); }
H1.HeaderClassName
{
color: #F9F283;
}
.AnyTagClassName
{
color: #F9F283;
}
</style>
background-color css
<style>
a { background-color: #F9F283; }
a { background-color: rgb(249,242,131); }
div.DivClassName
{
background-color: #F9F283;
}
.BgClassName
{
background-color: #F9F283;
}
</style>
border-color css
<style>
span { border-color: #F9F283; }
span { border-color: rgb(249,242,131); }
td.TdClassName
{
border-color: #F9F283;
}
.TagClassName
{
border-color: #F9F283;
}
</style>