Shades of Lemon #FFF915
Tints of Lemon #FFF915
RGB
CMYK
RGB Variations
Color information
#FFF915 (or 0xFFF915) is known color: Lemon. HEX triplet: FF, F9 and 15. RGB value is (255,249,21). Sum of RGB (Red+Green+Blue) = 255+249+21=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 21 (8.59% from 255 or 4% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF915 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF915 is #0006EA. Grayscale: #E1E1E1. Windows color (decimal): -1771 or 1440255. OLE color: 1440255.
HSL color Cylindrical-coordinate representation of color #FFF915: hue angle of 58.46º 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 #FFF915 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 21 | - |
| CMYK | 0 | 0.02 | 0.92 | 0 |
| HSL | 58.46º | 1% | 0.54% | - |
| HSV(B) | 58.46º | 0.92% | 1% | - |
| XYZ | 75.25 | 89.07 | 13.93 | - |
| YUV | 224.8 | 12.99 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 21 | 0 | 0.02 | 0.92 | 0 | 58.46 | 1 | 0.54 |
| Hex | FF | F9 | 15 | 0 | 2 | 5C | 0 | 3A | 64 | 36 |
| Octal | 377 | 371 | 25 | 0 | 2 | 134 | 0 | 72 | 144 | 66 |
| Binary | 11111111 | 11111001 | 10101 | 0 | 10 | 1011100 | 0 | 111010 | 1100100 | 110110 |
Color Harmonies of #FFF915
Complementary color
Monochromatic Colors of #FFF915
Black with #FFF915
Text Example
Text Example
White with #FFF915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF915; }
p { color: rgb(255,249,21); }
H1.HeaderClassName
{
color: #FFF915;
}
.AnyTagClassName
{
color: #FFF915;
}
</style>
background-color css
<style>
a { background-color: #FFF915; }
a { background-color: rgb(255,249,21); }
div.DivClassName
{
background-color: #FFF915;
}
.BgClassName
{
background-color: #FFF915;
}
</style>
border-color css
<style>
span { border-color: #FFF915; }
span { border-color: rgb(255,249,21); }
td.TdClassName
{
border-color: #FFF915;
}
.TagClassName
{
border-color: #FFF915;
}
</style>