Shades of Lemon #FEE60F
Tints of Lemon #FEE60F
RGB
CMYK
RGB Variations
Color information
#FEE60F (or 0xFEE60F) is known color: Lemon. HEX triplet: FE, E6 and 0F. RGB value is (254,230,15). Sum of RGB (Red+Green+Blue) = 254+230+15=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 15 (6.25% from 255 or 3.01% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE60F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE60F is #0119F0. Grayscale: #D5D5D5. Windows color (decimal): -72177 or 1042174. OLE color: 1042174.
HSL color Cylindrical-coordinate representation of color #FEE60F: hue angle of 53.97º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEE60F is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 15 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.00 |
| HSL | 53.97º | 0.99% | 0.53% | - |
| HSV(B) | 53.97º | 0.94% | 1% | - |
| XYZ | 69.26 | 77.7 | 11.8 | - |
| YUV | 212.67 | 16.45 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 15 | 0 | 0.09 | 0.94 | 0.00 | 53.97 | 0.99 | 0.53 |
| Hex | FE | E6 | F | 0 | 9 | 5E | 0 | 36 | 63 | 35 |
| Octal | 376 | 346 | 17 | 0 | 11 | 136 | 0 | 66 | 143 | 65 |
| Binary | 11111110 | 11100110 | 1111 | 0 | 1001 | 1011110 | 0 | 110110 | 1100011 | 110101 |
Color Harmonies of #FEE60F
Complementary color
Monochromatic Colors of #FEE60F
Black with #FEE60F
Text Example
Text Example
White with #FEE60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE60F; }
p { color: rgb(254,230,15); }
H1.HeaderClassName
{
color: #FEE60F;
}
.AnyTagClassName
{
color: #FEE60F;
}
</style>
background-color css
<style>
a { background-color: #FEE60F; }
a { background-color: rgb(254,230,15); }
div.DivClassName
{
background-color: #FEE60F;
}
.BgClassName
{
background-color: #FEE60F;
}
</style>
border-color css
<style>
span { border-color: #FEE60F; }
span { border-color: rgb(254,230,15); }
td.TdClassName
{
border-color: #FEE60F;
}
.TagClassName
{
border-color: #FEE60F;
}
</style>