Shades of Lemon #FFE60C
Tints of Lemon #FFE60C
RGB
CMYK
RGB Variations
Color information
#FFE60C (or 0xFFE60C) is known color: Lemon. HEX triplet: FF, E6 and 0C. RGB value is (255,230,12). Sum of RGB (Red+Green+Blue) = 255+230+12=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 12 (5.08% from 255 or 2.41% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE60C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE60C is #0019F3. Grayscale: #D5D5D5. Windows color (decimal): -6644 or 845567. OLE color: 845567.
HSL color Cylindrical-coordinate representation of color #FFE60C: hue angle of 53.83º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFE60C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0 |
| HSL | 53.83º | 1% | 0.52% | - |
| HSV(B) | 53.83º | 0.95% | 1% | - |
| XYZ | 69.6 | 77.88 | 11.71 | - |
| YUV | 212.62 | 14.78 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 12 | 0 | 0.10 | 0.95 | 0 | 53.83 | 1 | 0.52 |
| Hex | FF | E6 | C | 0 | A | 5F | 0 | 36 | 64 | 34 |
| Octal | 377 | 346 | 14 | 0 | 12 | 137 | 0 | 66 | 144 | 64 |
| Binary | 11111111 | 11100110 | 1100 | 0 | 1010 | 1011111 | 0 | 110110 | 1100100 | 110100 |
Color Harmonies of #FFE60C
Complementary color
Monochromatic Colors of #FFE60C
Black with #FFE60C
Text Example
Text Example
White with #FFE60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE60C; }
p { color: rgb(255,230,12); }
H1.HeaderClassName
{
color: #FFE60C;
}
.AnyTagClassName
{
color: #FFE60C;
}
</style>
background-color css
<style>
a { background-color: #FFE60C; }
a { background-color: rgb(255,230,12); }
div.DivClassName
{
background-color: #FFE60C;
}
.BgClassName
{
background-color: #FFE60C;
}
</style>
border-color css
<style>
span { border-color: #FFE60C; }
span { border-color: rgb(255,230,12); }
td.TdClassName
{
border-color: #FFE60C;
}
.TagClassName
{
border-color: #FFE60C;
}
</style>