Shades of Lemon #FCF313
Tints of Lemon #FCF313
RGB
CMYK
RGB Variations
Color information
#FCF313 (or 0xFCF313) is known color: Lemon. HEX triplet: FC, F3 and 13. RGB value is (252,243,19). Sum of RGB (Red+Green+Blue) = 252+243+19=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 19 (7.81% from 255 or 3.70% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF313 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF313 is #030CEC. Grayscale: #DDDDDD. Windows color (decimal): -199917 or 1307644. OLE color: 1307644.
HSL color Cylindrical-coordinate representation of color #FCF313: hue angle of 57.68º 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 #FCF313 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 19 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.01 |
| HSL | 57.68º | 0.97% | 0.53% | - |
| HSV(B) | 57.68º | 0.92% | 0.99% | - |
| XYZ | 72.31 | 84.84 | 13.18 | - |
| YUV | 220.16 | 14.48 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 19 | 0 | 0.04 | 0.92 | 0.01 | 57.68 | 0.97 | 0.53 |
| Hex | FC | F3 | 13 | 0 | 4 | 5C | 1 | 3A | 61 | 35 |
| Octal | 374 | 363 | 23 | 0 | 4 | 134 | 1 | 72 | 141 | 65 |
| Binary | 11111100 | 11110011 | 10011 | 0 | 100 | 1011100 | 1 | 111010 | 1100001 | 110101 |
Color Harmonies of #FCF313
Complementary color
Monochromatic Colors of #FCF313
Black with #FCF313
Text Example
Text Example
White with #FCF313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF313; }
p { color: rgb(252,243,19); }
H1.HeaderClassName
{
color: #FCF313;
}
.AnyTagClassName
{
color: #FCF313;
}
</style>
background-color css
<style>
a { background-color: #FCF313; }
a { background-color: rgb(252,243,19); }
div.DivClassName
{
background-color: #FCF313;
}
.BgClassName
{
background-color: #FCF313;
}
</style>
border-color css
<style>
span { border-color: #FCF313; }
span { border-color: rgb(252,243,19); }
td.TdClassName
{
border-color: #FCF313;
}
.TagClassName
{
border-color: #FCF313;
}
</style>