Shades of Lemon #F9F322
Tints of Lemon #F9F322
RGB
CMYK
RGB Variations
Color information
#F9F322 (or 0xF9F322) is known color: Lemon. HEX triplet: F9, F3 and 22. RGB value is (249,243,34). Sum of RGB (Red+Green+Blue) = 249+243+34=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 34 (13.67% from 255 or 6.46% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F322 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F322 is #060CDD. Grayscale: #DDDDDD. Windows color (decimal): -396510 or 2290681. OLE color: 2290681.
HSL color Cylindrical-coordinate representation of color #F9F322: hue angle of 58.33º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9F322 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 243 | 34 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.02 |
| HSL | 58.33º | 0.95% | 0.55% | - |
| HSV(B) | 58.33º | 0.86% | 0.98% | - |
| XYZ | 71.41 | 84.36 | 14.03 | - |
| YUV | 220.97 | 22.49 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 243 | 34 | 0 | 0.02 | 0.86 | 0.02 | 58.33 | 0.95 | 0.55 |
| Hex | F9 | F3 | 22 | 0 | 2 | 56 | 2 | 3A | 5F | 37 |
| Octal | 371 | 363 | 42 | 0 | 2 | 126 | 2 | 72 | 137 | 67 |
| Binary | 11111001 | 11110011 | 100010 | 0 | 10 | 1010110 | 10 | 111010 | 1011111 | 110111 |
Color Harmonies of #F9F322
Complementary color
Monochromatic Colors of #F9F322
Black with #F9F322
Text Example
Text Example
White with #F9F322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F322; }
p { color: rgb(249,243,34); }
H1.HeaderClassName
{
color: #F9F322;
}
.AnyTagClassName
{
color: #F9F322;
}
</style>
background-color css
<style>
a { background-color: #F9F322; }
a { background-color: rgb(249,243,34); }
div.DivClassName
{
background-color: #F9F322;
}
.BgClassName
{
background-color: #F9F322;
}
</style>
border-color css
<style>
span { border-color: #F9F322; }
span { border-color: rgb(249,243,34); }
td.TdClassName
{
border-color: #F9F322;
}
.TagClassName
{
border-color: #F9F322;
}
</style>