Shades of Lemon #FEFD1B
Tints of Lemon #FEFD1B
RGB
CMYK
RGB Variations
Color information
#FEFD1B (or 0xFEFD1B) is known color: Lemon. HEX triplet: FE, FD and 1B. RGB value is (254,253,27). Sum of RGB (Red+Green+Blue) = 254+253+27=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 27 (10.94% from 255 or 5.06% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD1B is #0102E4. Grayscale: #E4E4E4. Windows color (decimal): -66277 or 1834494. OLE color: 1834494.
HSL color Cylindrical-coordinate representation of color #FEFD1B: hue angle of 59.74º 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 #FEFD1B is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 27 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.00 |
| HSL | 59.74º | 0.99% | 0.55% | - |
| HSV(B) | 59.74º | 0.89% | 1% | - |
| XYZ | 76.2 | 91.4 | 14.66 | - |
| YUV | 227.54 | 14.83 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 27 | 0 | 0.00 | 0.89 | 0.00 | 59.74 | 0.99 | 0.55 |
| Hex | FE | FD | 1B | 0 | 0 | 59 | 0 | 3C | 63 | 37 |
| Octal | 376 | 375 | 33 | 0 | 0 | 131 | 0 | 74 | 143 | 67 |
| Binary | 11111110 | 11111101 | 11011 | 0 | 0 | 1011001 | 0 | 111100 | 1100011 | 110111 |
Color Harmonies of #FEFD1B
Complementary color
Monochromatic Colors of #FEFD1B
Black with #FEFD1B
Text Example
Text Example
White with #FEFD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD1B; }
p { color: rgb(254,253,27); }
H1.HeaderClassName
{
color: #FEFD1B;
}
.AnyTagClassName
{
color: #FEFD1B;
}
</style>
background-color css
<style>
a { background-color: #FEFD1B; }
a { background-color: rgb(254,253,27); }
div.DivClassName
{
background-color: #FEFD1B;
}
.BgClassName
{
background-color: #FEFD1B;
}
</style>
border-color css
<style>
span { border-color: #FEFD1B; }
span { border-color: rgb(254,253,27); }
td.TdClassName
{
border-color: #FEFD1B;
}
.TagClassName
{
border-color: #FEFD1B;
}
</style>