Shades of Lemon #FAF919
Tints of Lemon #FAF919
RGB
CMYK
RGB Variations
Color information
#FAF919 (or 0xFAF919) is known color: Lemon. HEX triplet: FA, F9 and 19. RGB value is (250,249,25). Sum of RGB (Red+Green+Blue) = 250+249+25=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 25 (10.16% from 255 or 4.77% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF919 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF919 is #0506E6. Grayscale: #E0E0E0. Windows color (decimal): -329447 or 1702394. OLE color: 1702394.
HSL color Cylindrical-coordinate representation of color #FAF919: hue angle of 59.73º 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 #FAF919 is Cyan = 0, Magento = 0.00, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 25 | - |
| CMYK | 0 | 0.00 | 0.9 | 0.02 |
| HSL | 59.73º | 0.96% | 0.54% | - |
| HSV(B) | 59.73º | 0.9% | 0.98% | - |
| XYZ | 73.48 | 88.15 | 14.06 | - |
| YUV | 223.76 | 15.83 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 25 | 0 | 0.00 | 0.9 | 0.02 | 59.73 | 0.96 | 0.54 |
| Hex | FA | F9 | 19 | 0 | 0 | 5A | 2 | 3C | 60 | 36 |
| Octal | 372 | 371 | 31 | 0 | 0 | 132 | 2 | 74 | 140 | 66 |
| Binary | 11111010 | 11111001 | 11001 | 0 | 0 | 1011010 | 10 | 111100 | 1100000 | 110110 |
Color Harmonies of #FAF919
Complementary color
Monochromatic Colors of #FAF919
Black with #FAF919
Text Example
Text Example
White with #FAF919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF919; }
p { color: rgb(250,249,25); }
H1.HeaderClassName
{
color: #FAF919;
}
.AnyTagClassName
{
color: #FAF919;
}
</style>
background-color css
<style>
a { background-color: #FAF919; }
a { background-color: rgb(250,249,25); }
div.DivClassName
{
background-color: #FAF919;
}
.BgClassName
{
background-color: #FAF919;
}
</style>
border-color css
<style>
span { border-color: #FAF919; }
span { border-color: rgb(250,249,25); }
td.TdClassName
{
border-color: #FAF919;
}
.TagClassName
{
border-color: #FAF919;
}
</style>