Shades of Lemon #FDED0D
Tints of Lemon #FDED0D
RGB
CMYK
RGB Variations
Color information
#FDED0D (or 0xFDED0D) is known color: Lemon. HEX triplet: FD, ED and 0D. RGB value is (253,237,13). Sum of RGB (Red+Green+Blue) = 253+237+13=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 13 (5.47% from 255 or 2.58% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDED0D is #0212F2. Grayscale: #D9D9D9. Windows color (decimal): -135923 or 912893. OLE color: 912893.
HSL color Cylindrical-coordinate representation of color #FDED0D: hue angle of 56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDED0D is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 13 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.01 |
| HSL | 56º | 0.98% | 0.52% | - |
| HSV(B) | 56º | 0.95% | 0.99% | - |
| XYZ | 70.86 | 81.48 | 12.37 | - |
| YUV | 216.25 | 13.3 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 13 | 0 | 0.06 | 0.95 | 0.01 | 56 | 0.98 | 0.52 |
| Hex | FD | ED | D | 0 | 6 | 5F | 1 | 38 | 62 | 34 |
| Octal | 375 | 355 | 15 | 0 | 6 | 137 | 1 | 70 | 142 | 64 |
| Binary | 11111101 | 11101101 | 1101 | 0 | 110 | 1011111 | 1 | 111000 | 1100010 | 110100 |
Color Harmonies of #FDED0D
Complementary color
Monochromatic Colors of #FDED0D
Black with #FDED0D
Text Example
Text Example
White with #FDED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED0D; }
p { color: rgb(253,237,13); }
H1.HeaderClassName
{
color: #FDED0D;
}
.AnyTagClassName
{
color: #FDED0D;
}
</style>
background-color css
<style>
a { background-color: #FDED0D; }
a { background-color: rgb(253,237,13); }
div.DivClassName
{
background-color: #FDED0D;
}
.BgClassName
{
background-color: #FDED0D;
}
</style>
border-color css
<style>
span { border-color: #FDED0D; }
span { border-color: rgb(253,237,13); }
td.TdClassName
{
border-color: #FDED0D;
}
.TagClassName
{
border-color: #FDED0D;
}
</style>