Shades of Lemon #FCF117
Tints of Lemon #FCF117
RGB
CMYK
RGB Variations
Color information
#FCF117 (or 0xFCF117) is known color: Lemon. HEX triplet: FC, F1 and 17. RGB value is (252,241,23). Sum of RGB (Red+Green+Blue) = 252+241+23=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 23 (9.38% from 255 or 4.46% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF117 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF117 is #030EE8. Grayscale: #DCDCDC. Windows color (decimal): -200425 or 1569276. OLE color: 1569276.
HSL color Cylindrical-coordinate representation of color #FCF117: hue angle of 57.12º 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 #FCF117 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 23 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.01 |
| HSL | 57.12º | 0.97% | 0.54% | - |
| HSV(B) | 57.12º | 0.91% | 0.99% | - |
| XYZ | 71.75 | 83.67 | 13.18 | - |
| YUV | 219.44 | 17.14 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 23 | 0 | 0.04 | 0.91 | 0.01 | 57.12 | 0.97 | 0.54 |
| Hex | FC | F1 | 17 | 0 | 4 | 5B | 1 | 39 | 61 | 36 |
| Octal | 374 | 361 | 27 | 0 | 4 | 133 | 1 | 71 | 141 | 66 |
| Binary | 11111100 | 11110001 | 10111 | 0 | 100 | 1011011 | 1 | 111001 | 1100001 | 110110 |
Color Harmonies of #FCF117
Complementary color
Monochromatic Colors of #FCF117
Black with #FCF117
Text Example
Text Example
White with #FCF117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF117; }
p { color: rgb(252,241,23); }
H1.HeaderClassName
{
color: #FCF117;
}
.AnyTagClassName
{
color: #FCF117;
}
</style>
background-color css
<style>
a { background-color: #FCF117; }
a { background-color: rgb(252,241,23); }
div.DivClassName
{
background-color: #FCF117;
}
.BgClassName
{
background-color: #FCF117;
}
</style>
border-color css
<style>
span { border-color: #FCF117; }
span { border-color: rgb(252,241,23); }
td.TdClassName
{
border-color: #FCF117;
}
.TagClassName
{
border-color: #FCF117;
}
</style>