Shades of Lemon #FDF313
Tints of Lemon #FDF313
RGB
CMYK
RGB Variations
Color information
#FDF313 (or 0xFDF313) is known color: Lemon. HEX triplet: FD, F3 and 13. RGB value is (253,243,19). Sum of RGB (Red+Green+Blue) = 253+243+19=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 19 (7.81% from 255 or 3.69% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF313 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF313 is #020CEC. Grayscale: #DDDDDD. Windows color (decimal): -134381 or 1307645. OLE color: 1307645.
HSL color Cylindrical-coordinate representation of color #FDF313: hue angle of 57.44º 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 #FDF313 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 19 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.01 |
| HSL | 57.44º | 0.98% | 0.53% | - |
| HSV(B) | 57.44º | 0.92% | 0.99% | - |
| XYZ | 72.68 | 85.03 | 13.2 | - |
| YUV | 220.45 | 14.31 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 19 | 0 | 0.04 | 0.92 | 0.01 | 57.44 | 0.98 | 0.53 |
| Hex | FD | F3 | 13 | 0 | 4 | 5C | 1 | 39 | 62 | 35 |
| Octal | 375 | 363 | 23 | 0 | 4 | 134 | 1 | 71 | 142 | 65 |
| Binary | 11111101 | 11110011 | 10011 | 0 | 100 | 1011100 | 1 | 111001 | 1100010 | 110101 |
Color Harmonies of #FDF313
Complementary color
Monochromatic Colors of #FDF313
Black with #FDF313
Text Example
Text Example
White with #FDF313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF313; }
p { color: rgb(253,243,19); }
H1.HeaderClassName
{
color: #FDF313;
}
.AnyTagClassName
{
color: #FDF313;
}
</style>
background-color css
<style>
a { background-color: #FDF313; }
a { background-color: rgb(253,243,19); }
div.DivClassName
{
background-color: #FDF313;
}
.BgClassName
{
background-color: #FDF313;
}
</style>
border-color css
<style>
span { border-color: #FDF313; }
span { border-color: rgb(253,243,19); }
td.TdClassName
{
border-color: #FDF313;
}
.TagClassName
{
border-color: #FDF313;
}
</style>