Shades of Lemon #FDFC18
Tints of Lemon #FDFC18
RGB
CMYK
RGB Variations
Color information
#FDFC18 (or 0xFDFC18) is known color: Lemon. HEX triplet: FD, FC and 18. RGB value is (253,252,24). Sum of RGB (Red+Green+Blue) = 253+252+24=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 24 (9.77% from 255 or 4.54% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFC18 is #0203E7. Grayscale: #E3E3E3. Windows color (decimal): -132072 or 1637629. OLE color: 1637629.
HSL color Cylindrical-coordinate representation of color #FDFC18: hue angle of 59.74º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDFC18 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 24 | - |
| CMYK | 0 | 0.00 | 0.91 | 0.01 |
| HSL | 59.74º | 0.98% | 0.54% | - |
| HSV(B) | 59.74º | 0.91% | 0.99% | - |
| XYZ | 75.48 | 90.57 | 14.37 | - |
| YUV | 226.31 | 13.83 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 24 | 0 | 0.00 | 0.91 | 0.01 | 59.74 | 0.98 | 0.54 |
| Hex | FD | FC | 18 | 0 | 0 | 5B | 1 | 3C | 62 | 36 |
| Octal | 375 | 374 | 30 | 0 | 0 | 133 | 1 | 74 | 142 | 66 |
| Binary | 11111101 | 11111100 | 11000 | 0 | 0 | 1011011 | 1 | 111100 | 1100010 | 110110 |
Color Harmonies of #FDFC18
Complementary color
Monochromatic Colors of #FDFC18
Black with #FDFC18
Text Example
Text Example
White with #FDFC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC18; }
p { color: rgb(253,252,24); }
H1.HeaderClassName
{
color: #FDFC18;
}
.AnyTagClassName
{
color: #FDFC18;
}
</style>
background-color css
<style>
a { background-color: #FDFC18; }
a { background-color: rgb(253,252,24); }
div.DivClassName
{
background-color: #FDFC18;
}
.BgClassName
{
background-color: #FDFC18;
}
</style>
border-color css
<style>
span { border-color: #FDFC18; }
span { border-color: rgb(253,252,24); }
td.TdClassName
{
border-color: #FDFC18;
}
.TagClassName
{
border-color: #FDFC18;
}
</style>