Shades of Lemon #FCED11
Tints of Lemon #FCED11
RGB
CMYK
RGB Variations
Color information
#FCED11 (or 0xFCED11) is known color: Lemon. HEX triplet: FC, ED and 11. RGB value is (252,237,17). Sum of RGB (Red+Green+Blue) = 252+237+17=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 17 (7.03% from 255 or 3.36% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCED11 is #0312EE. Grayscale: #D9D9D9. Windows color (decimal): -201455 or 1175036. OLE color: 1175036.
HSL color Cylindrical-coordinate representation of color #FCED11: hue angle of 56.17º 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 #FCED11 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 17 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.01 |
| HSL | 56.17º | 0.98% | 0.53% | - |
| HSV(B) | 56.17º | 0.93% | 0.99% | - |
| XYZ | 70.53 | 81.3 | 12.51 | - |
| YUV | 216.41 | 15.47 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 17 | 0 | 0.06 | 0.93 | 0.01 | 56.17 | 0.98 | 0.53 |
| Hex | FC | ED | 11 | 0 | 6 | 5D | 1 | 38 | 62 | 35 |
| Octal | 374 | 355 | 21 | 0 | 6 | 135 | 1 | 70 | 142 | 65 |
| Binary | 11111100 | 11101101 | 10001 | 0 | 110 | 1011101 | 1 | 111000 | 1100010 | 110101 |
Color Harmonies of #FCED11
Complementary color
Monochromatic Colors of #FCED11
Black with #FCED11
Text Example
Text Example
White with #FCED11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED11; }
p { color: rgb(252,237,17); }
H1.HeaderClassName
{
color: #FCED11;
}
.AnyTagClassName
{
color: #FCED11;
}
</style>
background-color css
<style>
a { background-color: #FCED11; }
a { background-color: rgb(252,237,17); }
div.DivClassName
{
background-color: #FCED11;
}
.BgClassName
{
background-color: #FCED11;
}
</style>
border-color css
<style>
span { border-color: #FCED11; }
span { border-color: rgb(252,237,17); }
td.TdClassName
{
border-color: #FCED11;
}
.TagClassName
{
border-color: #FCED11;
}
</style>