Shades of Lemon #FCF517
Tints of Lemon #FCF517
RGB
CMYK
RGB Variations
Color information
#FCF517 (or 0xFCF517) is known color: Lemon. HEX triplet: FC, F5 and 17. RGB value is (252,245,23). Sum of RGB (Red+Green+Blue) = 252+245+23=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 23 (9.38% from 255 or 4.42% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF517 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF517 is #030AE8. Grayscale: #DEDEDE. Windows color (decimal): -199401 or 1570300. OLE color: 1570300.
HSL color Cylindrical-coordinate representation of color #FCF517: hue angle of 58.17º 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 #FCF517 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 23 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.01 |
| HSL | 58.17º | 0.97% | 0.54% | - |
| HSV(B) | 58.17º | 0.91% | 0.99% | - |
| XYZ | 72.95 | 86.06 | 13.58 | - |
| YUV | 221.79 | 15.82 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 23 | 0 | 0.03 | 0.91 | 0.01 | 58.17 | 0.97 | 0.54 |
| Hex | FC | F5 | 17 | 0 | 3 | 5B | 1 | 3A | 61 | 36 |
| Octal | 374 | 365 | 27 | 0 | 3 | 133 | 1 | 72 | 141 | 66 |
| Binary | 11111100 | 11110101 | 10111 | 0 | 11 | 1011011 | 1 | 111010 | 1100001 | 110110 |
Color Harmonies of #FCF517
Complementary color
Monochromatic Colors of #FCF517
Black with #FCF517
Text Example
Text Example
White with #FCF517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF517; }
p { color: rgb(252,245,23); }
H1.HeaderClassName
{
color: #FCF517;
}
.AnyTagClassName
{
color: #FCF517;
}
</style>
background-color css
<style>
a { background-color: #FCF517; }
a { background-color: rgb(252,245,23); }
div.DivClassName
{
background-color: #FCF517;
}
.BgClassName
{
background-color: #FCF517;
}
</style>
border-color css
<style>
span { border-color: #FCF517; }
span { border-color: rgb(252,245,23); }
td.TdClassName
{
border-color: #FCF517;
}
.TagClassName
{
border-color: #FCF517;
}
</style>