Shades of Lemon #FDEA12
Tints of Lemon #FDEA12
RGB
CMYK
RGB Variations
Color information
#FDEA12 (or 0xFDEA12) is known color: Lemon. HEX triplet: FD, EA and 12. RGB value is (253,234,18). Sum of RGB (Red+Green+Blue) = 253+234+18=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 18 (7.42% from 255 or 3.56% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEA12 is #0215ED. Grayscale: #D7D7D7. Windows color (decimal): -136686 or 1239805. OLE color: 1239805.
HSL color Cylindrical-coordinate representation of color #FDEA12: hue angle of 55.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDEA12 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 18 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.01 |
| HSL | 55.15º | 0.98% | 0.53% | - |
| HSV(B) | 55.15º | 0.93% | 0.99% | - |
| XYZ | 70.04 | 79.77 | 12.28 | - |
| YUV | 215.06 | 16.79 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 18 | 0 | 0.08 | 0.93 | 0.01 | 55.15 | 0.98 | 0.53 |
| Hex | FD | EA | 12 | 0 | 8 | 5D | 1 | 37 | 62 | 35 |
| Octal | 375 | 352 | 22 | 0 | 10 | 135 | 1 | 67 | 142 | 65 |
| Binary | 11111101 | 11101010 | 10010 | 0 | 1000 | 1011101 | 1 | 110111 | 1100010 | 110101 |
Color Harmonies of #FDEA12
Complementary color
Monochromatic Colors of #FDEA12
Black with #FDEA12
Text Example
Text Example
White with #FDEA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA12; }
p { color: rgb(253,234,18); }
H1.HeaderClassName
{
color: #FDEA12;
}
.AnyTagClassName
{
color: #FDEA12;
}
</style>
background-color css
<style>
a { background-color: #FDEA12; }
a { background-color: rgb(253,234,18); }
div.DivClassName
{
background-color: #FDEA12;
}
.BgClassName
{
background-color: #FDEA12;
}
</style>
border-color css
<style>
span { border-color: #FDEA12; }
span { border-color: rgb(253,234,18); }
td.TdClassName
{
border-color: #FDEA12;
}
.TagClassName
{
border-color: #FDEA12;
}
</style>