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