Shades of Lemon #F9F105
Tints of Lemon #F9F105
RGB
CMYK
RGB Variations
Color information
#F9F105 (or 0xF9F105) is known color: Lemon. HEX triplet: F9, F1 and 05. RGB value is (249,241,5). Sum of RGB (Red+Green+Blue) = 249+241+5=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 5 (2.34% from 255 or 1.01% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F105 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9F105 is #060EFA. Grayscale: #D9D9D9. Windows color (decimal): -397051 or 389625. OLE color: 389625.
HSL color Cylindrical-coordinate representation of color #F9F105: hue angle of 58.03º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9F105 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.02 |
| HSL | 58.03º | 0.96% | 0.5% | - |
| HSV(B) | 58.03º | 0.98% | 0.98% | - |
| XYZ | 70.55 | 83.06 | 12.46 | - |
| YUV | 216.49 | 8.65 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 5 | 0 | 0.03 | 0.98 | 0.02 | 58.03 | 0.96 | 0.5 |
| Hex | F9 | F1 | 5 | 0 | 3 | 62 | 2 | 3A | 60 | 32 |
| Octal | 371 | 361 | 5 | 0 | 3 | 142 | 2 | 72 | 140 | 62 |
| Binary | 11111001 | 11110001 | 101 | 0 | 11 | 1100010 | 10 | 111010 | 1100000 | 110010 |
Color Harmonies of #F9F105
Complementary color
Monochromatic Colors of #F9F105
Black with #F9F105
Text Example
Text Example
White with #F9F105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F105; }
p { color: rgb(249,241,5); }
H1.HeaderClassName
{
color: #F9F105;
}
.AnyTagClassName
{
color: #F9F105;
}
</style>
background-color css
<style>
a { background-color: #F9F105; }
a { background-color: rgb(249,241,5); }
div.DivClassName
{
background-color: #F9F105;
}
.BgClassName
{
background-color: #F9F105;
}
</style>
border-color css
<style>
span { border-color: #F9F105; }
span { border-color: rgb(249,241,5); }
td.TdClassName
{
border-color: #F9F105;
}
.TagClassName
{
border-color: #F9F105;
}
</style>