Shades of Lemon #FEE60D
Tints of Lemon #FEE60D
RGB
CMYK
RGB Variations
Color information
#FEE60D (or 0xFEE60D) is known color: Lemon. HEX triplet: FE, E6 and 0D. RGB value is (254,230,13). Sum of RGB (Red+Green+Blue) = 254+230+13=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 13 (5.47% from 255 or 2.62% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE60D is #0119F2. Grayscale: #D5D5D5. Windows color (decimal): -72179 or 911102. OLE color: 911102.
HSL color Cylindrical-coordinate representation of color #FEE60D: hue angle of 54.02º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEE60D is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 13 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.00 |
| HSL | 54.02º | 0.99% | 0.52% | - |
| HSV(B) | 54.02º | 0.95% | 1% | - |
| XYZ | 69.24 | 77.69 | 11.73 | - |
| YUV | 212.44 | 15.45 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 13 | 0 | 0.09 | 0.95 | 0.00 | 54.02 | 0.99 | 0.52 |
| Hex | FE | E6 | D | 0 | 9 | 5F | 0 | 36 | 63 | 34 |
| Octal | 376 | 346 | 15 | 0 | 11 | 137 | 0 | 66 | 143 | 64 |
| Binary | 11111110 | 11100110 | 1101 | 0 | 1001 | 1011111 | 0 | 110110 | 1100011 | 110100 |
Color Harmonies of #FEE60D
Complementary color
Monochromatic Colors of #FEE60D
Black with #FEE60D
Text Example
Text Example
White with #FEE60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE60D; }
p { color: rgb(254,230,13); }
H1.HeaderClassName
{
color: #FEE60D;
}
.AnyTagClassName
{
color: #FEE60D;
}
</style>
background-color css
<style>
a { background-color: #FEE60D; }
a { background-color: rgb(254,230,13); }
div.DivClassName
{
background-color: #FEE60D;
}
.BgClassName
{
background-color: #FEE60D;
}
</style>
border-color css
<style>
span { border-color: #FEE60D; }
span { border-color: rgb(254,230,13); }
td.TdClassName
{
border-color: #FEE60D;
}
.TagClassName
{
border-color: #FEE60D;
}
</style>