Shades of Lemon #FEE60C
Tints of Lemon #FEE60C
RGB
CMYK
RGB Variations
Color information
#FEE60C (or 0xFEE60C) is known color: Lemon. HEX triplet: FE, E6 and 0C. RGB value is (254,230,12). Sum of RGB (Red+Green+Blue) = 254+230+12=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 12 (5.08% from 255 or 2.42% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE60C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE60C is #0119F3. Grayscale: #D5D5D5. Windows color (decimal): -72180 or 845566. OLE color: 845566.
HSL color Cylindrical-coordinate representation of color #FEE60C: hue angle of 54.05º 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 #FEE60C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 12 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.00 |
| HSL | 54.05º | 0.99% | 0.52% | - |
| HSV(B) | 54.05º | 0.95% | 1% | - |
| XYZ | 69.24 | 77.69 | 11.69 | - |
| YUV | 212.32 | 14.95 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 12 | 0 | 0.09 | 0.95 | 0.00 | 54.05 | 0.99 | 0.52 |
| Hex | FE | E6 | C | 0 | 9 | 5F | 0 | 36 | 63 | 34 |
| Octal | 376 | 346 | 14 | 0 | 11 | 137 | 0 | 66 | 143 | 64 |
| Binary | 11111110 | 11100110 | 1100 | 0 | 1001 | 1011111 | 0 | 110110 | 1100011 | 110100 |
Color Harmonies of #FEE60C
Complementary color
Monochromatic Colors of #FEE60C
Black with #FEE60C
Text Example
Text Example
White with #FEE60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE60C; }
p { color: rgb(254,230,12); }
H1.HeaderClassName
{
color: #FEE60C;
}
.AnyTagClassName
{
color: #FEE60C;
}
</style>
background-color css
<style>
a { background-color: #FEE60C; }
a { background-color: rgb(254,230,12); }
div.DivClassName
{
background-color: #FEE60C;
}
.BgClassName
{
background-color: #FEE60C;
}
</style>
border-color css
<style>
span { border-color: #FEE60C; }
span { border-color: rgb(254,230,12); }
td.TdClassName
{
border-color: #FEE60C;
}
.TagClassName
{
border-color: #FEE60C;
}
</style>