Shades of Lemon #FCF80F
Tints of Lemon #FCF80F
RGB
CMYK
RGB Variations
Color information
#FCF80F (or 0xFCF80F) is known color: Lemon. HEX triplet: FC, F8 and 0F. RGB value is (252,248,15). Sum of RGB (Red+Green+Blue) = 252+248+15=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 15 (6.25% from 255 or 2.91% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF80F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF80F is #0307F0. Grayscale: #DFDFDF. Windows color (decimal): -198641 or 1046780. OLE color: 1046780.
HSL color Cylindrical-coordinate representation of color #FCF80F: hue angle of 58.99º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCF80F is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 15 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.01 |
| HSL | 58.99º | 0.98% | 0.52% | - |
| HSV(B) | 58.99º | 0.94% | 0.99% | - |
| XYZ | 73.8 | 87.86 | 13.52 | - |
| YUV | 222.63 | 10.83 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 15 | 0 | 0.02 | 0.94 | 0.01 | 58.99 | 0.98 | 0.52 |
| Hex | FC | F8 | F | 0 | 2 | 5E | 1 | 3B | 62 | 34 |
| Octal | 374 | 370 | 17 | 0 | 2 | 136 | 1 | 73 | 142 | 64 |
| Binary | 11111100 | 11111000 | 1111 | 0 | 10 | 1011110 | 1 | 111011 | 1100010 | 110100 |
Color Harmonies of #FCF80F
Complementary color
Monochromatic Colors of #FCF80F
Black with #FCF80F
Text Example
Text Example
White with #FCF80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF80F; }
p { color: rgb(252,248,15); }
H1.HeaderClassName
{
color: #FCF80F;
}
.AnyTagClassName
{
color: #FCF80F;
}
</style>
background-color css
<style>
a { background-color: #FCF80F; }
a { background-color: rgb(252,248,15); }
div.DivClassName
{
background-color: #FCF80F;
}
.BgClassName
{
background-color: #FCF80F;
}
</style>
border-color css
<style>
span { border-color: #FCF80F; }
span { border-color: rgb(252,248,15); }
td.TdClassName
{
border-color: #FCF80F;
}
.TagClassName
{
border-color: #FCF80F;
}
</style>