Shades of Lemon #FFF913
Tints of Lemon #FFF913
RGB
CMYK
RGB Variations
Color information
#FFF913 (or 0xFFF913) is known color: Lemon. HEX triplet: FF, F9 and 13. RGB value is (255,249,19). Sum of RGB (Red+Green+Blue) = 255+249+19=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 19 (7.81% from 255 or 3.63% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF913 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF913 is #0006EC. Grayscale: #E1E1E1. Windows color (decimal): -1773 or 1309183. OLE color: 1309183.
HSL color Cylindrical-coordinate representation of color #FFF913: hue angle of 58.47º 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 #FFF913 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 19 | - |
| CMYK | 0 | 0.02 | 0.93 | 0 |
| HSL | 58.47º | 1% | 0.54% | - |
| HSV(B) | 58.47º | 0.93% | 1% | - |
| XYZ | 75.23 | 89.06 | 13.84 | - |
| YUV | 224.57 | 11.99 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 19 | 0 | 0.02 | 0.93 | 0 | 58.47 | 1 | 0.54 |
| Hex | FF | F9 | 13 | 0 | 2 | 5D | 0 | 3A | 64 | 36 |
| Octal | 377 | 371 | 23 | 0 | 2 | 135 | 0 | 72 | 144 | 66 |
| Binary | 11111111 | 11111001 | 10011 | 0 | 10 | 1011101 | 0 | 111010 | 1100100 | 110110 |
Color Harmonies of #FFF913
Complementary color
Monochromatic Colors of #FFF913
Black with #FFF913
Text Example
Text Example
White with #FFF913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF913; }
p { color: rgb(255,249,19); }
H1.HeaderClassName
{
color: #FFF913;
}
.AnyTagClassName
{
color: #FFF913;
}
</style>
background-color css
<style>
a { background-color: #FFF913; }
a { background-color: rgb(255,249,19); }
div.DivClassName
{
background-color: #FFF913;
}
.BgClassName
{
background-color: #FFF913;
}
</style>
border-color css
<style>
span { border-color: #FFF913; }
span { border-color: rgb(255,249,19); }
td.TdClassName
{
border-color: #FFF913;
}
.TagClassName
{
border-color: #FFF913;
}
</style>