Shades of Lemon #FFF415
Tints of Lemon #FFF415
RGB
CMYK
RGB Variations
Color information
#FFF415 (or 0xFFF415) is known color: Lemon. HEX triplet: FF, F4 and 15. RGB value is (255,244,21). Sum of RGB (Red+Green+Blue) = 255+244+21=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 21 (8.59% from 255 or 4.04% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF415 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF415 is #000BEA. Grayscale: #DEDEDE. Windows color (decimal): -3051 or 1438975. OLE color: 1438975.
HSL color Cylindrical-coordinate representation of color #FFF415: hue angle of 57.18º 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 #FFF415 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 21 | - |
| CMYK | 0 | 0.04 | 0.92 | 0 |
| HSL | 57.18º | 1% | 0.54% | - |
| HSV(B) | 57.18º | 0.92% | 1% | - |
| XYZ | 73.73 | 86.02 | 13.43 | - |
| YUV | 221.87 | 14.64 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 21 | 0 | 0.04 | 0.92 | 0 | 57.18 | 1 | 0.54 |
| Hex | FF | F4 | 15 | 0 | 4 | 5C | 0 | 39 | 64 | 36 |
| Octal | 377 | 364 | 25 | 0 | 4 | 134 | 0 | 71 | 144 | 66 |
| Binary | 11111111 | 11110100 | 10101 | 0 | 100 | 1011100 | 0 | 111001 | 1100100 | 110110 |
Color Harmonies of #FFF415
Complementary color
Monochromatic Colors of #FFF415
Black with #FFF415
Text Example
Text Example
White with #FFF415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF415; }
p { color: rgb(255,244,21); }
H1.HeaderClassName
{
color: #FFF415;
}
.AnyTagClassName
{
color: #FFF415;
}
</style>
background-color css
<style>
a { background-color: #FFF415; }
a { background-color: rgb(255,244,21); }
div.DivClassName
{
background-color: #FFF415;
}
.BgClassName
{
background-color: #FFF415;
}
</style>
border-color css
<style>
span { border-color: #FFF415; }
span { border-color: rgb(255,244,21); }
td.TdClassName
{
border-color: #FFF415;
}
.TagClassName
{
border-color: #FFF415;
}
</style>