Shades of Lemon #F9F21B
Tints of Lemon #F9F21B
RGB
CMYK
RGB Variations
Color information
#F9F21B (or 0xF9F21B) is known color: Lemon. HEX triplet: F9, F2 and 1B. RGB value is (249,242,27). Sum of RGB (Red+Green+Blue) = 249+242+27=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 27 (10.94% from 255 or 5.21% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F21B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F21B is #060DE4. Grayscale: #DCDCDC. Windows color (decimal): -396773 or 1831673. OLE color: 1831673.
HSL color Cylindrical-coordinate representation of color #F9F21B: hue angle of 58.11º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9F21B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 27 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.02 |
| HSL | 58.11º | 0.95% | 0.54% | - |
| HSV(B) | 58.11º | 0.89% | 0.98% | - |
| XYZ | 71.02 | 83.72 | 13.45 | - |
| YUV | 219.58 | 19.32 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 27 | 0 | 0.03 | 0.89 | 0.02 | 58.11 | 0.95 | 0.54 |
| Hex | F9 | F2 | 1B | 0 | 3 | 59 | 2 | 3A | 5F | 36 |
| Octal | 371 | 362 | 33 | 0 | 3 | 131 | 2 | 72 | 137 | 66 |
| Binary | 11111001 | 11110010 | 11011 | 0 | 11 | 1011001 | 10 | 111010 | 1011111 | 110110 |
Color Harmonies of #F9F21B
Complementary color
Monochromatic Colors of #F9F21B
Black with #F9F21B
Text Example
Text Example
White with #F9F21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F21B; }
p { color: rgb(249,242,27); }
H1.HeaderClassName
{
color: #F9F21B;
}
.AnyTagClassName
{
color: #F9F21B;
}
</style>
background-color css
<style>
a { background-color: #F9F21B; }
a { background-color: rgb(249,242,27); }
div.DivClassName
{
background-color: #F9F21B;
}
.BgClassName
{
background-color: #F9F21B;
}
</style>
border-color css
<style>
span { border-color: #F9F21B; }
span { border-color: rgb(249,242,27); }
td.TdClassName
{
border-color: #F9F21B;
}
.TagClassName
{
border-color: #F9F21B;
}
</style>