Shades of Lemon #FDF013
Tints of Lemon #FDF013
RGB
CMYK
RGB Variations
Color information
#FDF013 (or 0xFDF013) is known color: Lemon. HEX triplet: FD, F0 and 13. RGB value is (253,240,19). Sum of RGB (Red+Green+Blue) = 253+240+19=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 19 (7.81% from 255 or 3.71% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF013 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF013 is #020FEC. Grayscale: #DBDBDB. Windows color (decimal): -135149 or 1306877. OLE color: 1306877.
HSL color Cylindrical-coordinate representation of color #FDF013: hue angle of 56.67º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDF013 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 19 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.01 |
| HSL | 56.67º | 0.98% | 0.53% | - |
| HSV(B) | 56.67º | 0.92% | 0.99% | - |
| XYZ | 71.79 | 83.25 | 12.9 | - |
| YUV | 218.69 | 15.31 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 19 | 0 | 0.05 | 0.92 | 0.01 | 56.67 | 0.98 | 0.53 |
| Hex | FD | F0 | 13 | 0 | 5 | 5C | 1 | 39 | 62 | 35 |
| Octal | 375 | 360 | 23 | 0 | 5 | 134 | 1 | 71 | 142 | 65 |
| Binary | 11111101 | 11110000 | 10011 | 0 | 101 | 1011100 | 1 | 111001 | 1100010 | 110101 |
Color Harmonies of #FDF013
Complementary color
Monochromatic Colors of #FDF013
Black with #FDF013
Text Example
Text Example
White with #FDF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF013; }
p { color: rgb(253,240,19); }
H1.HeaderClassName
{
color: #FDF013;
}
.AnyTagClassName
{
color: #FDF013;
}
</style>
background-color css
<style>
a { background-color: #FDF013; }
a { background-color: rgb(253,240,19); }
div.DivClassName
{
background-color: #FDF013;
}
.BgClassName
{
background-color: #FDF013;
}
</style>
border-color css
<style>
span { border-color: #FDF013; }
span { border-color: rgb(253,240,19); }
td.TdClassName
{
border-color: #FDF013;
}
.TagClassName
{
border-color: #FDF013;
}
</style>