Shades of Lemon #F9F919
Tints of Lemon #F9F919
RGB
CMYK
RGB Variations
Color information
#F9F919 (or 0xF9F919) is known color: Lemon. HEX triplet: F9, F9 and 19. RGB value is (249,249,25). Sum of RGB (Red+Green+Blue) = 249+249+25=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 25 (10.16% from 255 or 4.78% from 523); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F919 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9F919 is #0606E6. Grayscale: #E0E0E0. Windows color (decimal): -394983 or 1702393. OLE color: 1702393.
HSL color Cylindrical-coordinate representation of color #F9F919: hue angle of 60º degrees, saturation: 0.95, 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 #F9F919 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 249 | 25 | - |
| CMYK | 0 | 0 | 0.90 | 0.02 |
| HSL | 60º | 0.95% | 0.54% | - |
| HSV(B) | 60º | 0.9% | 0.98% | - |
| XYZ | 73.12 | 87.96 | 14.04 | - |
| YUV | 223.46 | 16 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 249 | 25 | 0 | 0 | 0.90 | 0.02 | 60 | 0.95 | 0.54 |
| Hex | F9 | F9 | 19 | 0 | 0 | 5A | 2 | 3C | 5F | 36 |
| Octal | 371 | 371 | 31 | 0 | 0 | 132 | 2 | 74 | 137 | 66 |
| Binary | 11111001 | 11111001 | 11001 | 0 | 0 | 1011010 | 10 | 111100 | 1011111 | 110110 |
Color Harmonies of #F9F919
Complementary color
Monochromatic Colors of #F9F919
Black with #F9F919
Text Example
Text Example
White with #F9F919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F919; }
p { color: rgb(249,249,25); }
H1.HeaderClassName
{
color: #F9F919;
}
.AnyTagClassName
{
color: #F9F919;
}
</style>
background-color css
<style>
a { background-color: #F9F919; }
a { background-color: rgb(249,249,25); }
div.DivClassName
{
background-color: #F9F919;
}
.BgClassName
{
background-color: #F9F919;
}
</style>
border-color css
<style>
span { border-color: #F9F919; }
span { border-color: rgb(249,249,25); }
td.TdClassName
{
border-color: #F9F919;
}
.TagClassName
{
border-color: #F9F919;
}
</style>