Shades of Lemon #F9FA1A
Tints of Lemon #F9FA1A
RGB
CMYK
RGB Variations
Color information
#F9FA1A (or 0xF9FA1A) is known color: Lemon. HEX triplet: F9, FA and 1A. RGB value is (249,250,26). Sum of RGB (Red+Green+Blue) = 249+250+26=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 26 (10.55% from 255 or 4.95% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FA1A is #0605E5. Grayscale: #E1E1E1. Windows color (decimal): -394726 or 1768185. OLE color: 1768185.
HSL color Cylindrical-coordinate representation of color #F9FA1A: 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.9%. Process color model (Four color, CMYK) of #F9FA1A is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 26 | - |
| CMYK | 0.00 | 0 | 0.90 | 0.02 |
| HSL | 60.27º | 0.96% | 0.54% | - |
| HSV(B) | 60.27º | 0.9% | 0.98% | - |
| XYZ | 73.44 | 88.59 | 14.21 | - |
| YUV | 224.17 | 16.17 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 26 | 0.00 | 0 | 0.90 | 0.02 | 60.27 | 0.96 | 0.54 |
| Hex | F9 | FA | 1A | 0 | 0 | 5A | 2 | 3C | 60 | 36 |
| Octal | 371 | 372 | 32 | 0 | 0 | 132 | 2 | 74 | 140 | 66 |
| Binary | 11111001 | 11111010 | 11010 | 0 | 0 | 1011010 | 10 | 111100 | 1100000 | 110110 |
Color Harmonies of #F9FA1A
Complementary color
Monochromatic Colors of #F9FA1A
Black with #F9FA1A
Text Example
Text Example
White with #F9FA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FA1A; }
p { color: rgb(249,250,26); }
H1.HeaderClassName
{
color: #F9FA1A;
}
.AnyTagClassName
{
color: #F9FA1A;
}
</style>
background-color css
<style>
a { background-color: #F9FA1A; }
a { background-color: rgb(249,250,26); }
div.DivClassName
{
background-color: #F9FA1A;
}
.BgClassName
{
background-color: #F9FA1A;
}
</style>
border-color css
<style>
span { border-color: #F9FA1A; }
span { border-color: rgb(249,250,26); }
td.TdClassName
{
border-color: #F9FA1A;
}
.TagClassName
{
border-color: #F9FA1A;
}
</style>