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