Shades of Lemon #FDEF13
Tints of Lemon #FDEF13
RGB
CMYK
RGB Variations
Color information
#FDEF13 (or 0xFDEF13) is known color: Lemon. HEX triplet: FD, EF and 13. RGB value is (253,239,19). Sum of RGB (Red+Green+Blue) = 253+239+19=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 19 (7.81% from 255 or 3.72% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEF13 is #0210EC. Grayscale: #DADADA. Windows color (decimal): -135405 or 1306621. OLE color: 1306621.
HSL color Cylindrical-coordinate representation of color #FDEF13: hue angle of 56.41º 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 #FDEF13 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 19 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.01 |
| HSL | 56.41º | 0.98% | 0.53% | - |
| HSV(B) | 56.41º | 0.92% | 0.99% | - |
| XYZ | 71.49 | 82.66 | 12.8 | - |
| YUV | 218.11 | 15.64 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 19 | 0 | 0.06 | 0.92 | 0.01 | 56.41 | 0.98 | 0.53 |
| Hex | FD | EF | 13 | 0 | 6 | 5C | 1 | 38 | 62 | 35 |
| Octal | 375 | 357 | 23 | 0 | 6 | 134 | 1 | 70 | 142 | 65 |
| Binary | 11111101 | 11101111 | 10011 | 0 | 110 | 1011100 | 1 | 111000 | 1100010 | 110101 |
Color Harmonies of #FDEF13
Complementary color
Monochromatic Colors of #FDEF13
Black with #FDEF13
Text Example
Text Example
White with #FDEF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF13; }
p { color: rgb(253,239,19); }
H1.HeaderClassName
{
color: #FDEF13;
}
.AnyTagClassName
{
color: #FDEF13;
}
</style>
background-color css
<style>
a { background-color: #FDEF13; }
a { background-color: rgb(253,239,19); }
div.DivClassName
{
background-color: #FDEF13;
}
.BgClassName
{
background-color: #FDEF13;
}
</style>
border-color css
<style>
span { border-color: #FDEF13; }
span { border-color: rgb(253,239,19); }
td.TdClassName
{
border-color: #FDEF13;
}
.TagClassName
{
border-color: #FDEF13;
}
</style>