Shades of Lemon #FDE01C
Tints of Lemon #FDE01C
RGB
CMYK
RGB Variations
Color information
#FDE01C (or 0xFDE01C) is known color: Lemon. HEX triplet: FD, E0 and 1C. RGB value is (253,224,28). Sum of RGB (Red+Green+Blue) = 253+224+28=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 28 (11.33% from 255 or 5.54% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE01C is #021FE3. Grayscale: #D3D3D3. Windows color (decimal): -139236 or 1892605. OLE color: 1892605.
HSL color Cylindrical-coordinate representation of color #FDE01C: hue angle of 52.27º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDE01C is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 28 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.01 |
| HSL | 52.27º | 0.98% | 0.55% | - |
| HSV(B) | 52.27º | 0.89% | 0.99% | - |
| XYZ | 67.37 | 74.28 | 11.88 | - |
| YUV | 210.33 | 25.11 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 28 | 0 | 0.11 | 0.89 | 0.01 | 52.27 | 0.98 | 0.55 |
| Hex | FD | E0 | 1C | 0 | B | 59 | 1 | 34 | 62 | 37 |
| Octal | 375 | 340 | 34 | 0 | 13 | 131 | 1 | 64 | 142 | 67 |
| Binary | 11111101 | 11100000 | 11100 | 0 | 1011 | 1011001 | 1 | 110100 | 1100010 | 110111 |
Color Harmonies of #FDE01C
Complementary color
Monochromatic Colors of #FDE01C
Black with #FDE01C
Text Example
Text Example
White with #FDE01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE01C; }
p { color: rgb(253,224,28); }
H1.HeaderClassName
{
color: #FDE01C;
}
.AnyTagClassName
{
color: #FDE01C;
}
</style>
background-color css
<style>
a { background-color: #FDE01C; }
a { background-color: rgb(253,224,28); }
div.DivClassName
{
background-color: #FDE01C;
}
.BgClassName
{
background-color: #FDE01C;
}
</style>
border-color css
<style>
span { border-color: #FDE01C; }
span { border-color: rgb(253,224,28); }
td.TdClassName
{
border-color: #FDE01C;
}
.TagClassName
{
border-color: #FDE01C;
}
</style>