Shades of Lemon #FFFA15
Tints of Lemon #FFFA15
RGB
CMYK
RGB Variations
Color information
#FFFA15 (or 0xFFFA15) is known color: Lemon. HEX triplet: FF, FA and 15. RGB value is (255,250,21). Sum of RGB (Red+Green+Blue) = 255+250+21=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 21 (8.59% from 255 or 3.99% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA15 is #0005EA. Grayscale: #E2E2E2. Windows color (decimal): -1515 or 1440511. OLE color: 1440511.
HSL color Cylindrical-coordinate representation of color #FFFA15: hue angle of 58.72º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFFA15 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 21 | - |
| CMYK | 0 | 0.02 | 0.92 | 0 |
| HSL | 58.72º | 1% | 0.54% | - |
| HSV(B) | 58.72º | 0.92% | 1% | - |
| XYZ | 75.56 | 89.69 | 14.04 | - |
| YUV | 225.39 | 12.66 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 21 | 0 | 0.02 | 0.92 | 0 | 58.72 | 1 | 0.54 |
| Hex | FF | FA | 15 | 0 | 2 | 5C | 0 | 3B | 64 | 36 |
| Octal | 377 | 372 | 25 | 0 | 2 | 134 | 0 | 73 | 144 | 66 |
| Binary | 11111111 | 11111010 | 10101 | 0 | 10 | 1011100 | 0 | 111011 | 1100100 | 110110 |
Color Harmonies of #FFFA15
Complementary color
Monochromatic Colors of #FFFA15
Black with #FFFA15
Text Example
Text Example
White with #FFFA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA15; }
p { color: rgb(255,250,21); }
H1.HeaderClassName
{
color: #FFFA15;
}
.AnyTagClassName
{
color: #FFFA15;
}
</style>
background-color css
<style>
a { background-color: #FFFA15; }
a { background-color: rgb(255,250,21); }
div.DivClassName
{
background-color: #FFFA15;
}
.BgClassName
{
background-color: #FFFA15;
}
</style>
border-color css
<style>
span { border-color: #FFFA15; }
span { border-color: rgb(255,250,21); }
td.TdClassName
{
border-color: #FFFA15;
}
.TagClassName
{
border-color: #FFFA15;
}
</style>