Shades of Lemon #FCF914
Tints of Lemon #FCF914
RGB
CMYK
RGB Variations
Color information
#FCF914 (or 0xFCF914) is known color: Lemon. HEX triplet: FC, F9 and 14. RGB value is (252,249,20). Sum of RGB (Red+Green+Blue) = 252+249+20=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 20 (8.20% from 255 or 3.84% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF914 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF914 is #0306EB. Grayscale: #E0E0E0. Windows color (decimal): -198380 or 1374716. OLE color: 1374716.
HSL color Cylindrical-coordinate representation of color #FCF914: hue angle of 59.22º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCF914 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 20 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.01 |
| HSL | 59.22º | 0.97% | 0.53% | - |
| HSV(B) | 59.22º | 0.92% | 0.99% | - |
| XYZ | 74.15 | 88.5 | 13.84 | - |
| YUV | 223.79 | 12.99 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 20 | 0 | 0.01 | 0.92 | 0.01 | 59.22 | 0.97 | 0.53 |
| Hex | FC | F9 | 14 | 0 | 1 | 5C | 1 | 3B | 61 | 35 |
| Octal | 374 | 371 | 24 | 0 | 1 | 134 | 1 | 73 | 141 | 65 |
| Binary | 11111100 | 11111001 | 10100 | 0 | 1 | 1011100 | 1 | 111011 | 1100001 | 110101 |
Color Harmonies of #FCF914
Complementary color
Monochromatic Colors of #FCF914
Black with #FCF914
Text Example
Text Example
White with #FCF914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF914; }
p { color: rgb(252,249,20); }
H1.HeaderClassName
{
color: #FCF914;
}
.AnyTagClassName
{
color: #FCF914;
}
</style>
background-color css
<style>
a { background-color: #FCF914; }
a { background-color: rgb(252,249,20); }
div.DivClassName
{
background-color: #FCF914;
}
.BgClassName
{
background-color: #FCF914;
}
</style>
border-color css
<style>
span { border-color: #FCF914; }
span { border-color: rgb(252,249,20); }
td.TdClassName
{
border-color: #FCF914;
}
.TagClassName
{
border-color: #FCF914;
}
</style>