Shades of Lemon #FFF013
Tints of Lemon #FFF013
RGB
CMYK
RGB Variations
Color information
#FFF013 (or 0xFFF013) is known color: Lemon. HEX triplet: FF, F0 and 13. RGB value is (255,240,19). Sum of RGB (Red+Green+Blue) = 255+240+19=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 19 (7.81% from 255 or 3.70% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF013 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF013 is #000FEC. Grayscale: #DCDCDC. Windows color (decimal): -4077 or 1306879. OLE color: 1306879.
HSL color Cylindrical-coordinate representation of color #FFF013: hue angle of 56.19º 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 #FFF013 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 19 | - |
| CMYK | 0 | 0.06 | 0.93 | 0 |
| HSL | 56.19º | 1% | 0.54% | - |
| HSV(B) | 56.19º | 0.93% | 1% | - |
| XYZ | 72.52 | 83.63 | 12.94 | - |
| YUV | 219.29 | 14.97 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 19 | 0 | 0.06 | 0.93 | 0 | 56.19 | 1 | 0.54 |
| Hex | FF | F0 | 13 | 0 | 6 | 5D | 0 | 38 | 64 | 36 |
| Octal | 377 | 360 | 23 | 0 | 6 | 135 | 0 | 70 | 144 | 66 |
| Binary | 11111111 | 11110000 | 10011 | 0 | 110 | 1011101 | 0 | 111000 | 1100100 | 110110 |
Color Harmonies of #FFF013
Complementary color
Monochromatic Colors of #FFF013
Black with #FFF013
Text Example
Text Example
White with #FFF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF013; }
p { color: rgb(255,240,19); }
H1.HeaderClassName
{
color: #FFF013;
}
.AnyTagClassName
{
color: #FFF013;
}
</style>
background-color css
<style>
a { background-color: #FFF013; }
a { background-color: rgb(255,240,19); }
div.DivClassName
{
background-color: #FFF013;
}
.BgClassName
{
background-color: #FFF013;
}
</style>
border-color css
<style>
span { border-color: #FFF013; }
span { border-color: rgb(255,240,19); }
td.TdClassName
{
border-color: #FFF013;
}
.TagClassName
{
border-color: #FFF013;
}
</style>