Shades of Lemon #FEE10C
Tints of Lemon #FEE10C
RGB
CMYK
RGB Variations
Color information
#FEE10C (or 0xFEE10C) is known color: Lemon. HEX triplet: FE, E1 and 0C. RGB value is (254,225,12). Sum of RGB (Red+Green+Blue) = 254+225+12=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 12 (5.08% from 255 or 2.44% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE10C is #011EF3. Grayscale: #D2D2D2. Windows color (decimal): -73460 or 844286. OLE color: 844286.
HSL color Cylindrical-coordinate representation of color #FEE10C: hue angle of 52.81º 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 #FEE10C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.00 |
| HSL | 52.81º | 0.99% | 0.52% | - |
| HSV(B) | 52.81º | 0.95% | 1% | - |
| XYZ | 67.86 | 74.95 | 11.24 | - |
| YUV | 209.39 | 16.61 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 12 | 0 | 0.11 | 0.95 | 0.00 | 52.81 | 0.99 | 0.52 |
| Hex | FE | E1 | C | 0 | B | 5F | 0 | 35 | 63 | 34 |
| Octal | 376 | 341 | 14 | 0 | 13 | 137 | 0 | 65 | 143 | 64 |
| Binary | 11111110 | 11100001 | 1100 | 0 | 1011 | 1011111 | 0 | 110101 | 1100011 | 110100 |
Color Harmonies of #FEE10C
Complementary color
Monochromatic Colors of #FEE10C
Black with #FEE10C
Text Example
Text Example
White with #FEE10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE10C; }
p { color: rgb(254,225,12); }
H1.HeaderClassName
{
color: #FEE10C;
}
.AnyTagClassName
{
color: #FEE10C;
}
</style>
background-color css
<style>
a { background-color: #FEE10C; }
a { background-color: rgb(254,225,12); }
div.DivClassName
{
background-color: #FEE10C;
}
.BgClassName
{
background-color: #FEE10C;
}
</style>
border-color css
<style>
span { border-color: #FEE10C; }
span { border-color: rgb(254,225,12); }
td.TdClassName
{
border-color: #FEE10C;
}
.TagClassName
{
border-color: #FEE10C;
}
</style>