Shades of Lemon #FCFF1D
Tints of Lemon #FCFF1D
RGB
CMYK
RGB Variations
Color information
#FCFF1D (or 0xFCFF1D) is known color: Lemon. HEX triplet: FC, FF and 1D. RGB value is (252,255,29). Sum of RGB (Red+Green+Blue) = 252+255+29=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 29 (11.72% from 255 or 5.41% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF1D is #0300E2. Grayscale: #E5E5E5. Windows color (decimal): -196835 or 1966076. OLE color: 1966076.
HSL color Cylindrical-coordinate representation of color #FCFF1D: hue angle of 60.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCFF1D is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 29 | - |
| CMYK | 0.01 | 0 | 0.89 | 0 |
| HSL | 60.8º | 1% | 0.56% | - |
| HSV(B) | 60.8º | 0.89% | 1% | - |
| XYZ | 76.13 | 92.3 | 14.97 | - |
| YUV | 228.34 | 15.51 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 29 | 0.01 | 0 | 0.89 | 0 | 60.8 | 1 | 0.56 |
| Hex | FC | FF | 1D | 1 | 0 | 59 | 0 | 3D | 64 | 38 |
| Octal | 374 | 377 | 35 | 1 | 0 | 131 | 0 | 75 | 144 | 70 |
| Binary | 11111100 | 11111111 | 11101 | 1 | 0 | 1011001 | 0 | 111101 | 1100100 | 111000 |
Color Harmonies of #FCFF1D
Complementary color
Monochromatic Colors of #FCFF1D
Black with #FCFF1D
Text Example
Text Example
White with #FCFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF1D; }
p { color: rgb(252,255,29); }
H1.HeaderClassName
{
color: #FCFF1D;
}
.AnyTagClassName
{
color: #FCFF1D;
}
</style>
background-color css
<style>
a { background-color: #FCFF1D; }
a { background-color: rgb(252,255,29); }
div.DivClassName
{
background-color: #FCFF1D;
}
.BgClassName
{
background-color: #FCFF1D;
}
</style>
border-color css
<style>
span { border-color: #FCFF1D; }
span { border-color: rgb(252,255,29); }
td.TdClassName
{
border-color: #FCFF1D;
}
.TagClassName
{
border-color: #FCFF1D;
}
</style>