Shades of Lemon #FFF613
Tints of Lemon #FFF613
RGB
CMYK
RGB Variations
Color information
#FFF613 (or 0xFFF613) is known color: Lemon. HEX triplet: FF, F6 and 13. RGB value is (255,246,19). Sum of RGB (Red+Green+Blue) = 255+246+19=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 19 (7.81% from 255 or 3.65% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF613 is #0009EC. Grayscale: #DFDFDF. Windows color (decimal): -2541 or 1308415. OLE color: 1308415.
HSL color Cylindrical-coordinate representation of color #FFF613: hue angle of 57.71º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFF613 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 19 | - |
| CMYK | 0 | 0.04 | 0.93 | 0 |
| HSL | 57.71º | 1% | 0.54% | - |
| HSV(B) | 57.71º | 0.93% | 1% | - |
| XYZ | 74.31 | 87.22 | 13.53 | - |
| YUV | 222.81 | 12.98 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 19 | 0 | 0.04 | 0.93 | 0 | 57.71 | 1 | 0.54 |
| Hex | FF | F6 | 13 | 0 | 4 | 5D | 0 | 3A | 64 | 36 |
| Octal | 377 | 366 | 23 | 0 | 4 | 135 | 0 | 72 | 144 | 66 |
| Binary | 11111111 | 11110110 | 10011 | 0 | 100 | 1011101 | 0 | 111010 | 1100100 | 110110 |
Color Harmonies of #FFF613
Complementary color
Monochromatic Colors of #FFF613
Black with #FFF613
Text Example
Text Example
White with #FFF613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF613; }
p { color: rgb(255,246,19); }
H1.HeaderClassName
{
color: #FFF613;
}
.AnyTagClassName
{
color: #FFF613;
}
</style>
background-color css
<style>
a { background-color: #FFF613; }
a { background-color: rgb(255,246,19); }
div.DivClassName
{
background-color: #FFF613;
}
.BgClassName
{
background-color: #FFF613;
}
</style>
border-color css
<style>
span { border-color: #FFF613; }
span { border-color: rgb(255,246,19); }
td.TdClassName
{
border-color: #FFF613;
}
.TagClassName
{
border-color: #FFF613;
}
</style>