Shades of Lemon #FDFC1E
Tints of Lemon #FDFC1E
RGB
CMYK
RGB Variations
Color information
#FDFC1E (or 0xFDFC1E) is known color: Lemon. HEX triplet: FD, FC and 1E. RGB value is (253,252,30). Sum of RGB (Red+Green+Blue) = 253+252+30=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 30 (12.11% from 255 or 5.61% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC1E is #0203E1. Grayscale: #E3E3E3. Windows color (decimal): -132066 or 2030845. OLE color: 2030845.
HSL color Cylindrical-coordinate representation of color #FDFC1E: hue angle of 59.73º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDFC1E is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 30 | - |
| CMYK | 0 | 0.00 | 0.88 | 0.01 |
| HSL | 59.73º | 0.98% | 0.55% | - |
| HSV(B) | 59.73º | 0.88% | 0.99% | - |
| XYZ | 75.55 | 90.6 | 14.73 | - |
| YUV | 226.99 | 16.83 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 30 | 0 | 0.00 | 0.88 | 0.01 | 59.73 | 0.98 | 0.55 |
| Hex | FD | FC | 1E | 0 | 0 | 58 | 1 | 3C | 62 | 37 |
| Octal | 375 | 374 | 36 | 0 | 0 | 130 | 1 | 74 | 142 | 67 |
| Binary | 11111101 | 11111100 | 11110 | 0 | 0 | 1011000 | 1 | 111100 | 1100010 | 110111 |
Color Harmonies of #FDFC1E
Complementary color
Monochromatic Colors of #FDFC1E
Black with #FDFC1E
Text Example
Text Example
White with #FDFC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC1E; }
p { color: rgb(253,252,30); }
H1.HeaderClassName
{
color: #FDFC1E;
}
.AnyTagClassName
{
color: #FDFC1E;
}
</style>
background-color css
<style>
a { background-color: #FDFC1E; }
a { background-color: rgb(253,252,30); }
div.DivClassName
{
background-color: #FDFC1E;
}
.BgClassName
{
background-color: #FDFC1E;
}
</style>
border-color css
<style>
span { border-color: #FDFC1E; }
span { border-color: rgb(253,252,30); }
td.TdClassName
{
border-color: #FDFC1E;
}
.TagClassName
{
border-color: #FDFC1E;
}
</style>