Shades of Lemon #FCF623
Tints of Lemon #FCF623
RGB
CMYK
RGB Variations
Color information
#FCF623 (or 0xFCF623) is known color: Lemon. HEX triplet: FC, F6 and 23. RGB value is (252,246,35). Sum of RGB (Red+Green+Blue) = 252+246+35=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 35 (14.06% from 255 or 6.57% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF623 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF623 is #0309DC. Grayscale: #E0E0E0. Windows color (decimal): -199133 or 2356988. OLE color: 2356988.
HSL color Cylindrical-coordinate representation of color #FCF623: hue angle of 58.34º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FCF623 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 35 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.01 |
| HSL | 58.34º | 0.97% | 0.56% | - |
| HSV(B) | 58.34º | 0.86% | 0.99% | - |
| XYZ | 73.4 | 86.73 | 14.46 | - |
| YUV | 223.74 | 21.49 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 35 | 0 | 0.02 | 0.86 | 0.01 | 58.34 | 0.97 | 0.56 |
| Hex | FC | F6 | 23 | 0 | 2 | 56 | 1 | 3A | 61 | 38 |
| Octal | 374 | 366 | 43 | 0 | 2 | 126 | 1 | 72 | 141 | 70 |
| Binary | 11111100 | 11110110 | 100011 | 0 | 10 | 1010110 | 1 | 111010 | 1100001 | 111000 |
Color Harmonies of #FCF623
Complementary color
Monochromatic Colors of #FCF623
Black with #FCF623
Text Example
Text Example
White with #FCF623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF623; }
p { color: rgb(252,246,35); }
H1.HeaderClassName
{
color: #FCF623;
}
.AnyTagClassName
{
color: #FCF623;
}
</style>
background-color css
<style>
a { background-color: #FCF623; }
a { background-color: rgb(252,246,35); }
div.DivClassName
{
background-color: #FCF623;
}
.BgClassName
{
background-color: #FCF623;
}
</style>
border-color css
<style>
span { border-color: #FCF623; }
span { border-color: rgb(252,246,35); }
td.TdClassName
{
border-color: #FCF623;
}
.TagClassName
{
border-color: #FCF623;
}
</style>