Shades of Lemon #FFF413
Tints of Lemon #FFF413
RGB
CMYK
RGB Variations
Color information
#FFF413 (or 0xFFF413) is known color: Lemon. HEX triplet: FF, F4 and 13. RGB value is (255,244,19). Sum of RGB (Red+Green+Blue) = 255+244+19=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 19 (7.81% from 255 or 3.67% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF413 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF413 is #000BEC. Grayscale: #DEDEDE. Windows color (decimal): -3053 or 1307903. OLE color: 1307903.
HSL color Cylindrical-coordinate representation of color #FFF413: hue angle of 57.2º 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 #FFF413 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 19 | - |
| CMYK | 0 | 0.04 | 0.93 | 0 |
| HSL | 57.2º | 1% | 0.54% | - |
| HSV(B) | 57.2º | 0.93% | 1% | - |
| XYZ | 73.71 | 86.01 | 13.33 | - |
| YUV | 221.64 | 13.64 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 19 | 0 | 0.04 | 0.93 | 0 | 57.2 | 1 | 0.54 |
| Hex | FF | F4 | 13 | 0 | 4 | 5D | 0 | 39 | 64 | 36 |
| Octal | 377 | 364 | 23 | 0 | 4 | 135 | 0 | 71 | 144 | 66 |
| Binary | 11111111 | 11110100 | 10011 | 0 | 100 | 1011101 | 0 | 111001 | 1100100 | 110110 |
Color Harmonies of #FFF413
Complementary color
Monochromatic Colors of #FFF413
Black with #FFF413
Text Example
Text Example
White with #FFF413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF413; }
p { color: rgb(255,244,19); }
H1.HeaderClassName
{
color: #FFF413;
}
.AnyTagClassName
{
color: #FFF413;
}
</style>
background-color css
<style>
a { background-color: #FFF413; }
a { background-color: rgb(255,244,19); }
div.DivClassName
{
background-color: #FFF413;
}
.BgClassName
{
background-color: #FFF413;
}
</style>
border-color css
<style>
span { border-color: #FFF413; }
span { border-color: rgb(255,244,19); }
td.TdClassName
{
border-color: #FFF413;
}
.TagClassName
{
border-color: #FFF413;
}
</style>