Shades of Lemon #FDEA0D
Tints of Lemon #FDEA0D
RGB
CMYK
RGB Variations
Color information
#FDEA0D (or 0xFDEA0D) is known color: Lemon. HEX triplet: FD, EA and 0D. RGB value is (253,234,13). Sum of RGB (Red+Green+Blue) = 253+234+13=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 13 (5.47% from 255 or 2.6% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEA0D is #0215F2. Grayscale: #D7D7D7. Windows color (decimal): -136691 or 912125. OLE color: 912125.
HSL color Cylindrical-coordinate representation of color #FDEA0D: hue angle of 55.25º 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 #FDEA0D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 13 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.01 |
| HSL | 55.25º | 0.98% | 0.52% | - |
| HSV(B) | 55.25º | 0.95% | 0.99% | - |
| XYZ | 70 | 79.76 | 12.09 | - |
| YUV | 214.49 | 14.29 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 13 | 0 | 0.08 | 0.95 | 0.01 | 55.25 | 0.98 | 0.52 |
| Hex | FD | EA | D | 0 | 8 | 5F | 1 | 37 | 62 | 34 |
| Octal | 375 | 352 | 15 | 0 | 10 | 137 | 1 | 67 | 142 | 64 |
| Binary | 11111101 | 11101010 | 1101 | 0 | 1000 | 1011111 | 1 | 110111 | 1100010 | 110100 |
Color Harmonies of #FDEA0D
Complementary color
Monochromatic Colors of #FDEA0D
Black with #FDEA0D
Text Example
Text Example
White with #FDEA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA0D; }
p { color: rgb(253,234,13); }
H1.HeaderClassName
{
color: #FDEA0D;
}
.AnyTagClassName
{
color: #FDEA0D;
}
</style>
background-color css
<style>
a { background-color: #FDEA0D; }
a { background-color: rgb(253,234,13); }
div.DivClassName
{
background-color: #FDEA0D;
}
.BgClassName
{
background-color: #FDEA0D;
}
</style>
border-color css
<style>
span { border-color: #FDEA0D; }
span { border-color: rgb(253,234,13); }
td.TdClassName
{
border-color: #FDEA0D;
}
.TagClassName
{
border-color: #FDEA0D;
}
</style>