Shades of Lemon #FCE717
Tints of Lemon #FCE717
RGB
CMYK
RGB Variations
Color information
#FCE717 (or 0xFCE717) is known color: Lemon. HEX triplet: FC, E7 and 17. RGB value is (252,231,23). Sum of RGB (Red+Green+Blue) = 252+231+23=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 23 (9.38% from 255 or 4.55% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE717 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE717 is #0318E8. Grayscale: #D6D6D6. Windows color (decimal): -202985 or 1566716. OLE color: 1566716.
HSL color Cylindrical-coordinate representation of color #FCE717: hue angle of 54.5º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCE717 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 23 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.01 |
| HSL | 54.5º | 0.97% | 0.54% | - |
| HSV(B) | 54.5º | 0.91% | 0.99% | - |
| XYZ | 68.88 | 77.91 | 12.22 | - |
| YUV | 213.57 | 20.46 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 23 | 0 | 0.08 | 0.91 | 0.01 | 54.5 | 0.97 | 0.54 |
| Hex | FC | E7 | 17 | 0 | 8 | 5B | 1 | 36 | 61 | 36 |
| Octal | 374 | 347 | 27 | 0 | 10 | 133 | 1 | 66 | 141 | 66 |
| Binary | 11111100 | 11100111 | 10111 | 0 | 1000 | 1011011 | 1 | 110110 | 1100001 | 110110 |
Color Harmonies of #FCE717
Complementary color
Monochromatic Colors of #FCE717
Black with #FCE717
Text Example
Text Example
White with #FCE717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE717; }
p { color: rgb(252,231,23); }
H1.HeaderClassName
{
color: #FCE717;
}
.AnyTagClassName
{
color: #FCE717;
}
</style>
background-color css
<style>
a { background-color: #FCE717; }
a { background-color: rgb(252,231,23); }
div.DivClassName
{
background-color: #FCE717;
}
.BgClassName
{
background-color: #FCE717;
}
</style>
border-color css
<style>
span { border-color: #FCE717; }
span { border-color: rgb(252,231,23); }
td.TdClassName
{
border-color: #FCE717;
}
.TagClassName
{
border-color: #FCE717;
}
</style>