Shades of Lemon #FCE915
Tints of Lemon #FCE915
RGB
CMYK
RGB Variations
Color information
#FCE915 (or 0xFCE915) is known color: Lemon. HEX triplet: FC, E9 and 15. RGB value is (252,233,21). Sum of RGB (Red+Green+Blue) = 252+233+21=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 21 (8.59% from 255 or 4.15% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE915 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE915 is #0316EA. Grayscale: #D7D7D7. Windows color (decimal): -202475 or 1436156. OLE color: 1436156.
HSL color Cylindrical-coordinate representation of color #FCE915: hue angle of 55.06º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCE915 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 21 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.01 |
| HSL | 55.06º | 0.97% | 0.54% | - |
| HSV(B) | 55.06º | 0.92% | 0.99% | - |
| XYZ | 69.42 | 79.03 | 12.3 | - |
| YUV | 214.51 | 18.79 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 21 | 0 | 0.08 | 0.92 | 0.01 | 55.06 | 0.97 | 0.54 |
| Hex | FC | E9 | 15 | 0 | 8 | 5C | 1 | 37 | 61 | 36 |
| Octal | 374 | 351 | 25 | 0 | 10 | 134 | 1 | 67 | 141 | 66 |
| Binary | 11111100 | 11101001 | 10101 | 0 | 1000 | 1011100 | 1 | 110111 | 1100001 | 110110 |
Color Harmonies of #FCE915
Complementary color
Monochromatic Colors of #FCE915
Black with #FCE915
Text Example
Text Example
White with #FCE915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE915; }
p { color: rgb(252,233,21); }
H1.HeaderClassName
{
color: #FCE915;
}
.AnyTagClassName
{
color: #FCE915;
}
</style>
background-color css
<style>
a { background-color: #FCE915; }
a { background-color: rgb(252,233,21); }
div.DivClassName
{
background-color: #FCE915;
}
.BgClassName
{
background-color: #FCE915;
}
</style>
border-color css
<style>
span { border-color: #FCE915; }
span { border-color: rgb(252,233,21); }
td.TdClassName
{
border-color: #FCE915;
}
.TagClassName
{
border-color: #FCE915;
}
</style>