Shades of Lemon #FCE60B
Tints of Lemon #FCE60B
RGB
CMYK
RGB Variations
Color information
#FCE60B (or 0xFCE60B) is known color: Lemon. HEX triplet: FC, E6 and 0B. RGB value is (252,230,11). Sum of RGB (Red+Green+Blue) = 252+230+11=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 11 (4.69% from 255 or 2.23% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE60B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE60B is #0319F4. Grayscale: #D4D4D4. Windows color (decimal): -203253 or 780028. OLE color: 780028.
HSL color Cylindrical-coordinate representation of color #FCE60B: hue angle of 54.52º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCE60B is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 11 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.01 |
| HSL | 54.52º | 0.98% | 0.52% | - |
| HSV(B) | 54.52º | 0.96% | 0.99% | - |
| XYZ | 68.5 | 77.31 | 11.63 | - |
| YUV | 211.61 | 14.79 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 11 | 0 | 0.09 | 0.96 | 0.01 | 54.52 | 0.98 | 0.52 |
| Hex | FC | E6 | B | 0 | 9 | 60 | 1 | 37 | 62 | 34 |
| Octal | 374 | 346 | 13 | 0 | 11 | 140 | 1 | 67 | 142 | 64 |
| Binary | 11111100 | 11100110 | 1011 | 0 | 1001 | 1100000 | 1 | 110111 | 1100010 | 110100 |
Color Harmonies of #FCE60B
Complementary color
Monochromatic Colors of #FCE60B
Black with #FCE60B
Text Example
Text Example
White with #FCE60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE60B; }
p { color: rgb(252,230,11); }
H1.HeaderClassName
{
color: #FCE60B;
}
.AnyTagClassName
{
color: #FCE60B;
}
</style>
background-color css
<style>
a { background-color: #FCE60B; }
a { background-color: rgb(252,230,11); }
div.DivClassName
{
background-color: #FCE60B;
}
.BgClassName
{
background-color: #FCE60B;
}
</style>
border-color css
<style>
span { border-color: #FCE60B; }
span { border-color: rgb(252,230,11); }
td.TdClassName
{
border-color: #FCE60B;
}
.TagClassName
{
border-color: #FCE60B;
}
</style>