Shades of Lemon #FCE611
Tints of Lemon #FCE611
RGB
CMYK
RGB Variations
Color information
#FCE611 (or 0xFCE611) is known color: Lemon. HEX triplet: FC, E6 and 11. RGB value is (252,230,17). Sum of RGB (Red+Green+Blue) = 252+230+17=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 17 (7.03% from 255 or 3.41% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE611 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE611 is #0319EE. Grayscale: #D5D5D5. Windows color (decimal): -203247 or 1173244. OLE color: 1173244.
HSL color Cylindrical-coordinate representation of color #FCE611: hue angle of 54.38º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCE611 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 17 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.01 |
| HSL | 54.38º | 0.98% | 0.53% | - |
| HSV(B) | 54.38º | 0.93% | 0.99% | - |
| XYZ | 68.54 | 77.33 | 11.84 | - |
| YUV | 212.3 | 17.79 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 17 | 0 | 0.09 | 0.93 | 0.01 | 54.38 | 0.98 | 0.53 |
| Hex | FC | E6 | 11 | 0 | 9 | 5D | 1 | 36 | 62 | 35 |
| Octal | 374 | 346 | 21 | 0 | 11 | 135 | 1 | 66 | 142 | 65 |
| Binary | 11111100 | 11100110 | 10001 | 0 | 1001 | 1011101 | 1 | 110110 | 1100010 | 110101 |
Color Harmonies of #FCE611
Complementary color
Monochromatic Colors of #FCE611
Black with #FCE611
Text Example
Text Example
White with #FCE611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE611; }
p { color: rgb(252,230,17); }
H1.HeaderClassName
{
color: #FCE611;
}
.AnyTagClassName
{
color: #FCE611;
}
</style>
background-color css
<style>
a { background-color: #FCE611; }
a { background-color: rgb(252,230,17); }
div.DivClassName
{
background-color: #FCE611;
}
.BgClassName
{
background-color: #FCE611;
}
</style>
border-color css
<style>
span { border-color: #FCE611; }
span { border-color: rgb(252,230,17); }
td.TdClassName
{
border-color: #FCE611;
}
.TagClassName
{
border-color: #FCE611;
}
</style>