Shades of Lemon #FEE61B
Tints of Lemon #FEE61B
RGB
CMYK
RGB Variations
Color information
#FEE61B (or 0xFEE61B) is known color: Lemon. HEX triplet: FE, E6 and 1B. RGB value is (254,230,27). Sum of RGB (Red+Green+Blue) = 254+230+27=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 27 (10.94% from 255 or 5.28% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE61B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE61B is #0119E4. Grayscale: #D6D6D6. Windows color (decimal): -72165 or 1828606. OLE color: 1828606.
HSL color Cylindrical-coordinate representation of color #FEE61B: hue angle of 53.66º 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 #FEE61B is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 27 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.00 |
| HSL | 53.66º | 0.99% | 0.55% | - |
| HSV(B) | 53.66º | 0.89% | 1% | - |
| XYZ | 69.37 | 77.74 | 12.39 | - |
| YUV | 214.03 | 22.45 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 27 | 0 | 0.09 | 0.89 | 0.00 | 53.66 | 0.99 | 0.55 |
| Hex | FE | E6 | 1B | 0 | 9 | 59 | 0 | 36 | 63 | 37 |
| Octal | 376 | 346 | 33 | 0 | 11 | 131 | 0 | 66 | 143 | 67 |
| Binary | 11111110 | 11100110 | 11011 | 0 | 1001 | 1011001 | 0 | 110110 | 1100011 | 110111 |
Color Harmonies of #FEE61B
Complementary color
Monochromatic Colors of #FEE61B
Black with #FEE61B
Text Example
Text Example
White with #FEE61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE61B; }
p { color: rgb(254,230,27); }
H1.HeaderClassName
{
color: #FEE61B;
}
.AnyTagClassName
{
color: #FEE61B;
}
</style>
background-color css
<style>
a { background-color: #FEE61B; }
a { background-color: rgb(254,230,27); }
div.DivClassName
{
background-color: #FEE61B;
}
.BgClassName
{
background-color: #FEE61B;
}
</style>
border-color css
<style>
span { border-color: #FEE61B; }
span { border-color: rgb(254,230,27); }
td.TdClassName
{
border-color: #FEE61B;
}
.TagClassName
{
border-color: #FEE61B;
}
</style>