Shades of Lemon #FCF319
Tints of Lemon #FCF319
RGB
CMYK
RGB Variations
Color information
#FCF319 (or 0xFCF319) is known color: Lemon. HEX triplet: FC, F3 and 19. RGB value is (252,243,25). Sum of RGB (Red+Green+Blue) = 252+243+25=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 25 (10.16% from 255 or 4.81% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF319 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF319 is #030CE6. Grayscale: #DDDDDD. Windows color (decimal): -199911 or 1700860. OLE color: 1700860.
HSL color Cylindrical-coordinate representation of color #FCF319: hue angle of 57.62º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCF319 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 25 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.01 |
| HSL | 57.62º | 0.97% | 0.54% | - |
| HSV(B) | 57.62º | 0.9% | 0.99% | - |
| XYZ | 72.37 | 84.87 | 13.49 | - |
| YUV | 220.84 | 17.48 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 25 | 0 | 0.04 | 0.90 | 0.01 | 57.62 | 0.97 | 0.54 |
| Hex | FC | F3 | 19 | 0 | 4 | 5A | 1 | 3A | 61 | 36 |
| Octal | 374 | 363 | 31 | 0 | 4 | 132 | 1 | 72 | 141 | 66 |
| Binary | 11111100 | 11110011 | 11001 | 0 | 100 | 1011010 | 1 | 111010 | 1100001 | 110110 |
Color Harmonies of #FCF319
Complementary color
Monochromatic Colors of #FCF319
Black with #FCF319
Text Example
Text Example
White with #FCF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF319; }
p { color: rgb(252,243,25); }
H1.HeaderClassName
{
color: #FCF319;
}
.AnyTagClassName
{
color: #FCF319;
}
</style>
background-color css
<style>
a { background-color: #FCF319; }
a { background-color: rgb(252,243,25); }
div.DivClassName
{
background-color: #FCF319;
}
.BgClassName
{
background-color: #FCF319;
}
</style>
border-color css
<style>
span { border-color: #FCF319; }
span { border-color: rgb(252,243,25); }
td.TdClassName
{
border-color: #FCF319;
}
.TagClassName
{
border-color: #FCF319;
}
</style>