Shades of Lemon #FFFE1C
Tints of Lemon #FFFE1C
RGB
CMYK
RGB Variations
Color information
#FFFE1C (or 0xFFFE1C) is known color: Lemon. HEX triplet: FF, FE and 1C. RGB value is (255,254,28). Sum of RGB (Red+Green+Blue) = 255+254+28=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 28 (11.33% from 255 or 5.21% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE1C is #0001E3. Grayscale: #E5E5E5. Windows color (decimal): -484 or 1900287. OLE color: 1900287.
HSL color Cylindrical-coordinate representation of color #FFFE1C: hue angle of 59.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFFE1C is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 28 | - |
| CMYK | 0 | 0.00 | 0.89 | 0 |
| HSL | 59.74º | 1% | 0.55% | - |
| HSV(B) | 59.74º | 0.89% | 1% | - |
| XYZ | 76.89 | 92.23 | 14.85 | - |
| YUV | 228.54 | 14.83 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 28 | 0 | 0.00 | 0.89 | 0 | 59.74 | 1 | 0.55 |
| Hex | FF | FE | 1C | 0 | 0 | 59 | 0 | 3C | 64 | 37 |
| Octal | 377 | 376 | 34 | 0 | 0 | 131 | 0 | 74 | 144 | 67 |
| Binary | 11111111 | 11111110 | 11100 | 0 | 0 | 1011001 | 0 | 111100 | 1100100 | 110111 |
Color Harmonies of #FFFE1C
Complementary color
Monochromatic Colors of #FFFE1C
Black with #FFFE1C
Text Example
Text Example
White with #FFFE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE1C; }
p { color: rgb(255,254,28); }
H1.HeaderClassName
{
color: #FFFE1C;
}
.AnyTagClassName
{
color: #FFFE1C;
}
</style>
background-color css
<style>
a { background-color: #FFFE1C; }
a { background-color: rgb(255,254,28); }
div.DivClassName
{
background-color: #FFFE1C;
}
.BgClassName
{
background-color: #FFFE1C;
}
</style>
border-color css
<style>
span { border-color: #FFFE1C; }
span { border-color: rgb(255,254,28); }
td.TdClassName
{
border-color: #FFFE1C;
}
.TagClassName
{
border-color: #FFFE1C;
}
</style>