Shades of Lemon #F9FA1F
Tints of Lemon #F9FA1F
RGB
CMYK
RGB Variations
Color information
#F9FA1F (or 0xF9FA1F) is known color: Lemon. HEX triplet: F9, FA and 1F. RGB value is (249,250,31). Sum of RGB (Red+Green+Blue) = 249+250+31=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 31 (12.5% from 255 or 5.85% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FA1F is #0605E0. Grayscale: #E1E1E1. Windows color (decimal): -394721 or 2095865. OLE color: 2095865.
HSL color Cylindrical-coordinate representation of color #F9FA1F: hue angle of 60.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9FA1F is Cyan = 0.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 31 | - |
| CMYK | 0.00 | 0 | 0.88 | 0.02 |
| HSL | 60.27º | 0.96% | 0.55% | - |
| HSV(B) | 60.27º | 0.88% | 0.98% | - |
| XYZ | 73.5 | 88.61 | 14.53 | - |
| YUV | 224.74 | 18.67 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 31 | 0.00 | 0 | 0.88 | 0.02 | 60.27 | 0.96 | 0.55 |
| Hex | F9 | FA | 1F | 0 | 0 | 58 | 2 | 3C | 60 | 37 |
| Octal | 371 | 372 | 37 | 0 | 0 | 130 | 2 | 74 | 140 | 67 |
| Binary | 11111001 | 11111010 | 11111 | 0 | 0 | 1011000 | 10 | 111100 | 1100000 | 110111 |
Color Harmonies of #F9FA1F
Complementary color
Monochromatic Colors of #F9FA1F
Black with #F9FA1F
Text Example
Text Example
White with #F9FA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FA1F; }
p { color: rgb(249,250,31); }
H1.HeaderClassName
{
color: #F9FA1F;
}
.AnyTagClassName
{
color: #F9FA1F;
}
</style>
background-color css
<style>
a { background-color: #F9FA1F; }
a { background-color: rgb(249,250,31); }
div.DivClassName
{
background-color: #F9FA1F;
}
.BgClassName
{
background-color: #F9FA1F;
}
</style>
border-color css
<style>
span { border-color: #F9FA1F; }
span { border-color: rgb(249,250,31); }
td.TdClassName
{
border-color: #F9FA1F;
}
.TagClassName
{
border-color: #F9FA1F;
}
</style>