Shades of Lemon #FFFE1B
Tints of Lemon #FFFE1B
RGB
CMYK
RGB Variations
Color information
#FFFE1B (or 0xFFFE1B) is known color: Lemon. HEX triplet: FF, FE and 1B. RGB value is (255,254,27). Sum of RGB (Red+Green+Blue) = 255+254+27=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 27 (10.94% from 255 or 5.04% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE1B is #0001E4. Grayscale: #E5E5E5. Windows color (decimal): -485 or 1834751. OLE color: 1834751.
HSL color Cylindrical-coordinate representation of color #FFFE1B: 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 #FFFE1B is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 27 | - |
| CMYK | 0 | 0.00 | 0.89 | 0 |
| HSL | 59.74º | 1% | 0.55% | - |
| HSV(B) | 59.74º | 0.89% | 1% | - |
| XYZ | 76.88 | 92.22 | 14.79 | - |
| YUV | 228.42 | 14.33 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 27 | 0 | 0.00 | 0.89 | 0 | 59.74 | 1 | 0.55 |
| Hex | FF | FE | 1B | 0 | 0 | 59 | 0 | 3C | 64 | 37 |
| Octal | 377 | 376 | 33 | 0 | 0 | 131 | 0 | 74 | 144 | 67 |
| Binary | 11111111 | 11111110 | 11011 | 0 | 0 | 1011001 | 0 | 111100 | 1100100 | 110111 |
Color Harmonies of #FFFE1B
Complementary color
Monochromatic Colors of #FFFE1B
Black with #FFFE1B
Text Example
Text Example
White with #FFFE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE1B; }
p { color: rgb(255,254,27); }
H1.HeaderClassName
{
color: #FFFE1B;
}
.AnyTagClassName
{
color: #FFFE1B;
}
</style>
background-color css
<style>
a { background-color: #FFFE1B; }
a { background-color: rgb(255,254,27); }
div.DivClassName
{
background-color: #FFFE1B;
}
.BgClassName
{
background-color: #FFFE1B;
}
</style>
border-color css
<style>
span { border-color: #FFFE1B; }
span { border-color: rgb(255,254,27); }
td.TdClassName
{
border-color: #FFFE1B;
}
.TagClassName
{
border-color: #FFFE1B;
}
</style>