Shades of Lemon #FDE11A
Tints of Lemon #FDE11A
RGB
CMYK
RGB Variations
Color information
#FDE11A (or 0xFDE11A) is known color: Lemon. HEX triplet: FD, E1 and 1A. RGB value is (253,225,26). Sum of RGB (Red+Green+Blue) = 253+225+26=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 26 (10.55% from 255 or 5.16% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE11A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE11A is #021EE5. Grayscale: #D3D3D3. Windows color (decimal): -138982 or 1761789. OLE color: 1761789.
HSL color Cylindrical-coordinate representation of color #FDE11A: hue angle of 52.6º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDE11A is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 26 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.01 |
| HSL | 52.6º | 0.98% | 0.55% | - |
| HSV(B) | 52.6º | 0.9% | 0.99% | - |
| XYZ | 67.62 | 74.81 | 11.85 | - |
| YUV | 210.69 | 23.78 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 26 | 0 | 0.11 | 0.90 | 0.01 | 52.6 | 0.98 | 0.55 |
| Hex | FD | E1 | 1A | 0 | B | 5A | 1 | 35 | 62 | 37 |
| Octal | 375 | 341 | 32 | 0 | 13 | 132 | 1 | 65 | 142 | 67 |
| Binary | 11111101 | 11100001 | 11010 | 0 | 1011 | 1011010 | 1 | 110101 | 1100010 | 110111 |
Color Harmonies of #FDE11A
Complementary color
Monochromatic Colors of #FDE11A
Black with #FDE11A
Text Example
Text Example
White with #FDE11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE11A; }
p { color: rgb(253,225,26); }
H1.HeaderClassName
{
color: #FDE11A;
}
.AnyTagClassName
{
color: #FDE11A;
}
</style>
background-color css
<style>
a { background-color: #FDE11A; }
a { background-color: rgb(253,225,26); }
div.DivClassName
{
background-color: #FDE11A;
}
.BgClassName
{
background-color: #FDE11A;
}
</style>
border-color css
<style>
span { border-color: #FDE11A; }
span { border-color: rgb(253,225,26); }
td.TdClassName
{
border-color: #FDE11A;
}
.TagClassName
{
border-color: #FDE11A;
}
</style>