Shades of Lemon #FEE61F
Tints of Lemon #FEE61F
RGB
CMYK
RGB Variations
Color information
#FEE61F (or 0xFEE61F) is known color: Lemon. HEX triplet: FE, E6 and 1F. RGB value is (254,230,31). Sum of RGB (Red+Green+Blue) = 254+230+31=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 31 (12.5% from 255 or 6.02% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE61F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE61F is #0119E0. Grayscale: #D7D7D7. Windows color (decimal): -72161 or 2090750. OLE color: 2090750.
HSL color Cylindrical-coordinate representation of color #FEE61F: hue angle of 53.54º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEE61F is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 31 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.00 |
| HSL | 53.54º | 0.99% | 0.56% | - |
| HSV(B) | 53.54º | 0.88% | 1% | - |
| XYZ | 69.42 | 77.76 | 12.65 | - |
| YUV | 214.49 | 24.45 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 31 | 0 | 0.09 | 0.88 | 0.00 | 53.54 | 0.99 | 0.56 |
| Hex | FE | E6 | 1F | 0 | 9 | 58 | 0 | 36 | 63 | 38 |
| Octal | 376 | 346 | 37 | 0 | 11 | 130 | 0 | 66 | 143 | 70 |
| Binary | 11111110 | 11100110 | 11111 | 0 | 1001 | 1011000 | 0 | 110110 | 1100011 | 111000 |
Color Harmonies of #FEE61F
Complementary color
Monochromatic Colors of #FEE61F
Black with #FEE61F
Text Example
Text Example
White with #FEE61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE61F; }
p { color: rgb(254,230,31); }
H1.HeaderClassName
{
color: #FEE61F;
}
.AnyTagClassName
{
color: #FEE61F;
}
</style>
background-color css
<style>
a { background-color: #FEE61F; }
a { background-color: rgb(254,230,31); }
div.DivClassName
{
background-color: #FEE61F;
}
.BgClassName
{
background-color: #FEE61F;
}
</style>
border-color css
<style>
span { border-color: #FEE61F; }
span { border-color: rgb(254,230,31); }
td.TdClassName
{
border-color: #FEE61F;
}
.TagClassName
{
border-color: #FEE61F;
}
</style>