Shades of Lemon #FFE60B
Tints of Lemon #FFE60B
RGB
CMYK
RGB Variations
Color information
#FFE60B (or 0xFFE60B) is known color: Lemon. HEX triplet: FF, E6 and 0B. RGB value is (255,230,11). Sum of RGB (Red+Green+Blue) = 255+230+11=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 11 (4.69% from 255 or 2.22% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE60B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE60B is #0019F4. Grayscale: #D5D5D5. Windows color (decimal): -6645 or 780031. OLE color: 780031.
HSL color Cylindrical-coordinate representation of color #FFE60B: hue angle of 53.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFE60B is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 11 | - |
| CMYK | 0 | 0.10 | 0.96 | 0 |
| HSL | 53.85º | 1% | 0.52% | - |
| HSV(B) | 53.85º | 0.96% | 1% | - |
| XYZ | 69.6 | 77.88 | 11.68 | - |
| YUV | 212.51 | 14.28 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 11 | 0 | 0.10 | 0.96 | 0 | 53.85 | 1 | 0.52 |
| Hex | FF | E6 | B | 0 | A | 60 | 0 | 36 | 64 | 34 |
| Octal | 377 | 346 | 13 | 0 | 12 | 140 | 0 | 66 | 144 | 64 |
| Binary | 11111111 | 11100110 | 1011 | 0 | 1010 | 1100000 | 0 | 110110 | 1100100 | 110100 |
Color Harmonies of #FFE60B
Complementary color
Monochromatic Colors of #FFE60B
Black with #FFE60B
Text Example
Text Example
White with #FFE60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE60B; }
p { color: rgb(255,230,11); }
H1.HeaderClassName
{
color: #FFE60B;
}
.AnyTagClassName
{
color: #FFE60B;
}
</style>
background-color css
<style>
a { background-color: #FFE60B; }
a { background-color: rgb(255,230,11); }
div.DivClassName
{
background-color: #FFE60B;
}
.BgClassName
{
background-color: #FFE60B;
}
</style>
border-color css
<style>
span { border-color: #FFE60B; }
span { border-color: rgb(255,230,11); }
td.TdClassName
{
border-color: #FFE60B;
}
.TagClassName
{
border-color: #FFE60B;
}
</style>