Shades of Lemon #FFFE18
Tints of Lemon #FFFE18
RGB
CMYK
RGB Variations
Color information
#FFFE18 (or 0xFFFE18) is known color: Lemon. HEX triplet: FF, FE and 18. RGB value is (255,254,24). Sum of RGB (Red+Green+Blue) = 255+254+24=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 24 (9.77% from 255 or 4.50% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFE18 is #0001E7. Grayscale: #E4E4E4. Windows color (decimal): -488 or 1638143. OLE color: 1638143.
HSL color Cylindrical-coordinate representation of color #FFFE18: hue angle of 59.74º 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 #FFFE18 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 24 | - |
| CMYK | 0 | 0.00 | 0.91 | 0 |
| HSL | 59.74º | 1% | 0.55% | - |
| HSV(B) | 59.74º | 0.91% | 1% | - |
| XYZ | 76.85 | 92.21 | 14.61 | - |
| YUV | 228.08 | 12.83 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 24 | 0 | 0.00 | 0.91 | 0 | 59.74 | 1 | 0.55 |
| Hex | FF | FE | 18 | 0 | 0 | 5B | 0 | 3C | 64 | 37 |
| Octal | 377 | 376 | 30 | 0 | 0 | 133 | 0 | 74 | 144 | 67 |
| Binary | 11111111 | 11111110 | 11000 | 0 | 0 | 1011011 | 0 | 111100 | 1100100 | 110111 |
Color Harmonies of #FFFE18
Complementary color
Monochromatic Colors of #FFFE18
Black with #FFFE18
Text Example
Text Example
White with #FFFE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE18; }
p { color: rgb(255,254,24); }
H1.HeaderClassName
{
color: #FFFE18;
}
.AnyTagClassName
{
color: #FFFE18;
}
</style>
background-color css
<style>
a { background-color: #FFFE18; }
a { background-color: rgb(255,254,24); }
div.DivClassName
{
background-color: #FFFE18;
}
.BgClassName
{
background-color: #FFFE18;
}
</style>
border-color css
<style>
span { border-color: #FFFE18; }
span { border-color: rgb(255,254,24); }
td.TdClassName
{
border-color: #FFFE18;
}
.TagClassName
{
border-color: #FFFE18;
}
</style>