Shades of Lemon #FFFC1C
Tints of Lemon #FFFC1C
RGB
CMYK
RGB Variations
Color information
#FFFC1C (or 0xFFFC1C) is known color: Lemon. HEX triplet: FF, FC and 1C. RGB value is (255,252,28). Sum of RGB (Red+Green+Blue) = 255+252+28=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 28 (11.33% from 255 or 5.23% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC1C is #0003E3. Grayscale: #E4E4E4. Windows color (decimal): -996 or 1899775. OLE color: 1899775.
HSL color Cylindrical-coordinate representation of color #FFFC1C: hue angle of 59.21º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFFC1C is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 28 | - |
| CMYK | 0 | 0.01 | 0.89 | 0 |
| HSL | 59.21º | 1% | 0.55% | - |
| HSV(B) | 59.21º | 0.89% | 1% | - |
| XYZ | 76.26 | 90.96 | 14.64 | - |
| YUV | 227.36 | 15.49 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 28 | 0 | 0.01 | 0.89 | 0 | 59.21 | 1 | 0.55 |
| Hex | FF | FC | 1C | 0 | 1 | 59 | 0 | 3B | 64 | 37 |
| Octal | 377 | 374 | 34 | 0 | 1 | 131 | 0 | 73 | 144 | 67 |
| Binary | 11111111 | 11111100 | 11100 | 0 | 1 | 1011001 | 0 | 111011 | 1100100 | 110111 |
Color Harmonies of #FFFC1C
Complementary color
Monochromatic Colors of #FFFC1C
Black with #FFFC1C
Text Example
Text Example
White with #FFFC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC1C; }
p { color: rgb(255,252,28); }
H1.HeaderClassName
{
color: #FFFC1C;
}
.AnyTagClassName
{
color: #FFFC1C;
}
</style>
background-color css
<style>
a { background-color: #FFFC1C; }
a { background-color: rgb(255,252,28); }
div.DivClassName
{
background-color: #FFFC1C;
}
.BgClassName
{
background-color: #FFFC1C;
}
</style>
border-color css
<style>
span { border-color: #FFFC1C; }
span { border-color: rgb(255,252,28); }
td.TdClassName
{
border-color: #FFFC1C;
}
.TagClassName
{
border-color: #FFFC1C;
}
</style>