Shades of Lemon #FAF819
Tints of Lemon #FAF819
RGB
CMYK
RGB Variations
Color information
#FAF819 (or 0xFAF819) is known color: Lemon. HEX triplet: FA, F8 and 19. RGB value is (250,248,25). Sum of RGB (Red+Green+Blue) = 250+248+25=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 25 (10.16% from 255 or 4.78% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF819 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF819 is #0507E6. Grayscale: #E0E0E0. Windows color (decimal): -329703 or 1702138. OLE color: 1702138.
HSL color Cylindrical-coordinate representation of color #FAF819: hue angle of 59.47º 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 #FAF819 is Cyan = 0, Magento = 0.01, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 25 | - |
| CMYK | 0 | 0.01 | 0.9 | 0.02 |
| HSL | 59.47º | 0.96% | 0.54% | - |
| HSV(B) | 59.47º | 0.9% | 0.98% | - |
| XYZ | 73.17 | 87.53 | 13.96 | - |
| YUV | 223.18 | 16.16 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 25 | 0 | 0.01 | 0.9 | 0.02 | 59.47 | 0.96 | 0.54 |
| Hex | FA | F8 | 19 | 0 | 1 | 5A | 2 | 3B | 60 | 36 |
| Octal | 372 | 370 | 31 | 0 | 1 | 132 | 2 | 73 | 140 | 66 |
| Binary | 11111010 | 11111000 | 11001 | 0 | 1 | 1011010 | 10 | 111011 | 1100000 | 110110 |
Color Harmonies of #FAF819
Complementary color
Monochromatic Colors of #FAF819
Black with #FAF819
Text Example
Text Example
White with #FAF819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF819; }
p { color: rgb(250,248,25); }
H1.HeaderClassName
{
color: #FAF819;
}
.AnyTagClassName
{
color: #FAF819;
}
</style>
background-color css
<style>
a { background-color: #FAF819; }
a { background-color: rgb(250,248,25); }
div.DivClassName
{
background-color: #FAF819;
}
.BgClassName
{
background-color: #FAF819;
}
</style>
border-color css
<style>
span { border-color: #FAF819; }
span { border-color: rgb(250,248,25); }
td.TdClassName
{
border-color: #FAF819;
}
.TagClassName
{
border-color: #FAF819;
}
</style>