Shades of Lemon #FCF10A
Tints of Lemon #FCF10A
RGB
CMYK
RGB Variations
Color information
#FCF10A (or 0xFCF10A) is known color: Lemon. HEX triplet: FC, F1 and 0A. RGB value is (252,241,10). Sum of RGB (Red+Green+Blue) = 252+241+10=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 10 (4.30% from 255 or 1.99% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF10A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF10A is #030EF5. Grayscale: #DADADA. Windows color (decimal): -200438 or 717308. OLE color: 717308.
HSL color Cylindrical-coordinate representation of color #FCF10A: hue angle of 57.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCF10A is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 10 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.01 |
| HSL | 57.27º | 0.98% | 0.51% | - |
| HSV(B) | 57.27º | 0.96% | 0.99% | - |
| XYZ | 71.65 | 83.63 | 12.65 | - |
| YUV | 217.96 | 10.64 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 10 | 0 | 0.04 | 0.96 | 0.01 | 57.27 | 0.98 | 0.51 |
| Hex | FC | F1 | A | 0 | 4 | 60 | 1 | 39 | 62 | 33 |
| Octal | 374 | 361 | 12 | 0 | 4 | 140 | 1 | 71 | 142 | 63 |
| Binary | 11111100 | 11110001 | 1010 | 0 | 100 | 1100000 | 1 | 111001 | 1100010 | 110011 |
Color Harmonies of #FCF10A
Complementary color
Monochromatic Colors of #FCF10A
Black with #FCF10A
Text Example
Text Example
White with #FCF10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF10A; }
p { color: rgb(252,241,10); }
H1.HeaderClassName
{
color: #FCF10A;
}
.AnyTagClassName
{
color: #FCF10A;
}
</style>
background-color css
<style>
a { background-color: #FCF10A; }
a { background-color: rgb(252,241,10); }
div.DivClassName
{
background-color: #FCF10A;
}
.BgClassName
{
background-color: #FCF10A;
}
</style>
border-color css
<style>
span { border-color: #FCF10A; }
span { border-color: rgb(252,241,10); }
td.TdClassName
{
border-color: #FCF10A;
}
.TagClassName
{
border-color: #FCF10A;
}
</style>