Shades of Lemon #FEFE1B
Tints of Lemon #FEFE1B
RGB
CMYK
RGB Variations
Color information
#FEFE1B (or 0xFEFE1B) is known color: Lemon. HEX triplet: FE, FE and 1B. RGB value is (254,254,27). Sum of RGB (Red+Green+Blue) = 254+254+27=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 27 (10.94% from 255 or 5.05% from 535); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE1B is #0101E4. Grayscale: #E5E5E5. Windows color (decimal): -66021 or 1834750. OLE color: 1834750.
HSL color Cylindrical-coordinate representation of color #FEFE1B: hue angle of 60º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEFE1B is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 27 | - |
| CMYK | 0 | 0 | 0.89 | 0.00 |
| HSL | 60º | 0.99% | 0.55% | - |
| HSV(B) | 60º | 0.89% | 1% | - |
| XYZ | 76.51 | 92.03 | 14.77 | - |
| YUV | 228.12 | 14.5 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 27 | 0 | 0 | 0.89 | 0.00 | 60 | 0.99 | 0.55 |
| Hex | FE | FE | 1B | 0 | 0 | 59 | 0 | 3C | 63 | 37 |
| Octal | 376 | 376 | 33 | 0 | 0 | 131 | 0 | 74 | 143 | 67 |
| Binary | 11111110 | 11111110 | 11011 | 0 | 0 | 1011001 | 0 | 111100 | 1100011 | 110111 |
Color Harmonies of #FEFE1B
Complementary color
Monochromatic Colors of #FEFE1B
Black with #FEFE1B
Text Example
Text Example
White with #FEFE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE1B; }
p { color: rgb(254,254,27); }
H1.HeaderClassName
{
color: #FEFE1B;
}
.AnyTagClassName
{
color: #FEFE1B;
}
</style>
background-color css
<style>
a { background-color: #FEFE1B; }
a { background-color: rgb(254,254,27); }
div.DivClassName
{
background-color: #FEFE1B;
}
.BgClassName
{
background-color: #FEFE1B;
}
</style>
border-color css
<style>
span { border-color: #FEFE1B; }
span { border-color: rgb(254,254,27); }
td.TdClassName
{
border-color: #FEFE1B;
}
.TagClassName
{
border-color: #FEFE1B;
}
</style>