Shades of Lemon #FFFD18
Tints of Lemon #FFFD18
RGB
CMYK
RGB Variations
Color information
#FFFD18 (or 0xFFFD18) is known color: Lemon. HEX triplet: FF, FD and 18. RGB value is (255,253,24). Sum of RGB (Red+Green+Blue) = 255+253+24=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 24 (9.77% from 255 or 4.51% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD18 is #0002E7. Grayscale: #E4E4E4. Windows color (decimal): -744 or 1637887. OLE color: 1637887.
HSL color Cylindrical-coordinate representation of color #FFFD18: hue angle of 59.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFFD18 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 24 | - |
| CMYK | 0 | 0.01 | 0.91 | 0 |
| HSL | 59.48º | 1% | 0.55% | - |
| HSV(B) | 59.48º | 0.91% | 1% | - |
| XYZ | 76.53 | 91.58 | 14.51 | - |
| YUV | 227.49 | 13.16 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 24 | 0 | 0.01 | 0.91 | 0 | 59.48 | 1 | 0.55 |
| Hex | FF | FD | 18 | 0 | 1 | 5B | 0 | 3B | 64 | 37 |
| Octal | 377 | 375 | 30 | 0 | 1 | 133 | 0 | 73 | 144 | 67 |
| Binary | 11111111 | 11111101 | 11000 | 0 | 1 | 1011011 | 0 | 111011 | 1100100 | 110111 |
Color Harmonies of #FFFD18
Complementary color
Monochromatic Colors of #FFFD18
Black with #FFFD18
Text Example
Text Example
White with #FFFD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD18; }
p { color: rgb(255,253,24); }
H1.HeaderClassName
{
color: #FFFD18;
}
.AnyTagClassName
{
color: #FFFD18;
}
</style>
background-color css
<style>
a { background-color: #FFFD18; }
a { background-color: rgb(255,253,24); }
div.DivClassName
{
background-color: #FFFD18;
}
.BgClassName
{
background-color: #FFFD18;
}
</style>
border-color css
<style>
span { border-color: #FFFD18; }
span { border-color: rgb(255,253,24); }
td.TdClassName
{
border-color: #FFFD18;
}
.TagClassName
{
border-color: #FFFD18;
}
</style>