Shades of Lemon #F9FA1B
Tints of Lemon #F9FA1B
RGB
CMYK
RGB Variations
Color information
#F9FA1B (or 0xF9FA1B) is known color: Lemon. HEX triplet: F9, FA and 1B. RGB value is (249,250,27). Sum of RGB (Red+Green+Blue) = 249+250+27=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 27 (10.94% from 255 or 5.13% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FA1B is #0605E4. Grayscale: #E1E1E1. Windows color (decimal): -394725 or 1833721. OLE color: 1833721.
HSL color Cylindrical-coordinate representation of color #F9FA1B: hue angle of 60.27º degrees, saturation: 0.96, 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 #F9FA1B is Cyan = 0.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 27 | - |
| CMYK | 0.00 | 0 | 0.89 | 0.02 |
| HSL | 60.27º | 0.96% | 0.54% | - |
| HSV(B) | 60.27º | 0.89% | 0.98% | - |
| XYZ | 73.45 | 88.59 | 14.27 | - |
| YUV | 224.28 | 16.67 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 27 | 0.00 | 0 | 0.89 | 0.02 | 60.27 | 0.96 | 0.54 |
| Hex | F9 | FA | 1B | 0 | 0 | 59 | 2 | 3C | 60 | 36 |
| Octal | 371 | 372 | 33 | 0 | 0 | 131 | 2 | 74 | 140 | 66 |
| Binary | 11111001 | 11111010 | 11011 | 0 | 0 | 1011001 | 10 | 111100 | 1100000 | 110110 |
Color Harmonies of #F9FA1B
Complementary color
Monochromatic Colors of #F9FA1B
Black with #F9FA1B
Text Example
Text Example
White with #F9FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FA1B; }
p { color: rgb(249,250,27); }
H1.HeaderClassName
{
color: #F9FA1B;
}
.AnyTagClassName
{
color: #F9FA1B;
}
</style>
background-color css
<style>
a { background-color: #F9FA1B; }
a { background-color: rgb(249,250,27); }
div.DivClassName
{
background-color: #F9FA1B;
}
.BgClassName
{
background-color: #F9FA1B;
}
</style>
border-color css
<style>
span { border-color: #F9FA1B; }
span { border-color: rgb(249,250,27); }
td.TdClassName
{
border-color: #F9FA1B;
}
.TagClassName
{
border-color: #F9FA1B;
}
</style>