Shades of Lemon #FCF71C
Tints of Lemon #FCF71C
RGB
CMYK
RGB Variations
Color information
#FCF71C (or 0xFCF71C) is known color: Lemon. HEX triplet: FC, F7 and 1C. RGB value is (252,247,28). Sum of RGB (Red+Green+Blue) = 252+247+28=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 28 (11.33% from 255 or 5.31% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF71C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF71C is #0308E3. Grayscale: #E0E0E0. Windows color (decimal): -198884 or 1898492. OLE color: 1898492.
HSL color Cylindrical-coordinate representation of color #FCF71C: hue angle of 58.66º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCF71C is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 28 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.01 |
| HSL | 58.66º | 0.97% | 0.55% | - |
| HSV(B) | 58.66º | 0.89% | 0.99% | - |
| XYZ | 73.62 | 87.3 | 14.07 | - |
| YUV | 223.53 | 17.66 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 28 | 0 | 0.02 | 0.89 | 0.01 | 58.66 | 0.97 | 0.55 |
| Hex | FC | F7 | 1C | 0 | 2 | 59 | 1 | 3B | 61 | 37 |
| Octal | 374 | 367 | 34 | 0 | 2 | 131 | 1 | 73 | 141 | 67 |
| Binary | 11111100 | 11110111 | 11100 | 0 | 10 | 1011001 | 1 | 111011 | 1100001 | 110111 |
Color Harmonies of #FCF71C
Complementary color
Monochromatic Colors of #FCF71C
Black with #FCF71C
Text Example
Text Example
White with #FCF71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF71C; }
p { color: rgb(252,247,28); }
H1.HeaderClassName
{
color: #FCF71C;
}
.AnyTagClassName
{
color: #FCF71C;
}
</style>
background-color css
<style>
a { background-color: #FCF71C; }
a { background-color: rgb(252,247,28); }
div.DivClassName
{
background-color: #FCF71C;
}
.BgClassName
{
background-color: #FCF71C;
}
</style>
border-color css
<style>
span { border-color: #FCF71C; }
span { border-color: rgb(252,247,28); }
td.TdClassName
{
border-color: #FCF71C;
}
.TagClassName
{
border-color: #FCF71C;
}
</style>