Shades of Lemon #FDEF10
Tints of Lemon #FDEF10
RGB
CMYK
RGB Variations
Color information
#FDEF10 (or 0xFDEF10) is known color: Lemon. HEX triplet: FD, EF and 10. RGB value is (253,239,16). Sum of RGB (Red+Green+Blue) = 253+239+16=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 16 (6.64% from 255 or 3.15% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEF10 is #0210EF. Grayscale: #DADADA. Windows color (decimal): -135408 or 1110013. OLE color: 1110013.
HSL color Cylindrical-coordinate representation of color #FDEF10: hue angle of 56.46º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDEF10 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 16 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.01 |
| HSL | 56.46º | 0.98% | 0.53% | - |
| HSV(B) | 56.46º | 0.94% | 0.99% | - |
| XYZ | 71.47 | 82.65 | 12.68 | - |
| YUV | 217.76 | 14.14 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 16 | 0 | 0.06 | 0.94 | 0.01 | 56.46 | 0.98 | 0.53 |
| Hex | FD | EF | 10 | 0 | 6 | 5E | 1 | 38 | 62 | 35 |
| Octal | 375 | 357 | 20 | 0 | 6 | 136 | 1 | 70 | 142 | 65 |
| Binary | 11111101 | 11101111 | 10000 | 0 | 110 | 1011110 | 1 | 111000 | 1100010 | 110101 |
Color Harmonies of #FDEF10
Complementary color
Monochromatic Colors of #FDEF10
Black with #FDEF10
Text Example
Text Example
White with #FDEF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF10; }
p { color: rgb(253,239,16); }
H1.HeaderClassName
{
color: #FDEF10;
}
.AnyTagClassName
{
color: #FDEF10;
}
</style>
background-color css
<style>
a { background-color: #FDEF10; }
a { background-color: rgb(253,239,16); }
div.DivClassName
{
background-color: #FDEF10;
}
.BgClassName
{
background-color: #FDEF10;
}
</style>
border-color css
<style>
span { border-color: #FDEF10; }
span { border-color: rgb(253,239,16); }
td.TdClassName
{
border-color: #FDEF10;
}
.TagClassName
{
border-color: #FDEF10;
}
</style>