Shades of Lemon #FCFC1E
Tints of Lemon #FCFC1E
RGB
CMYK
RGB Variations
Color information
#FCFC1E (or 0xFCFC1E) is known color: Lemon. HEX triplet: FC, FC and 1E. RGB value is (252,252,30). Sum of RGB (Red+Green+Blue) = 252+252+30=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 30 (12.11% from 255 or 5.62% from 534); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC1E is #0303E1. Grayscale: #E3E3E3. Windows color (decimal): -197602 or 2030844. OLE color: 2030844.
HSL color Cylindrical-coordinate representation of color #FCFC1E: hue angle of 60º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCFC1E is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 30 | - |
| CMYK | 0 | 0 | 0.88 | 0.01 |
| HSL | 60º | 0.97% | 0.55% | - |
| HSV(B) | 60º | 0.88% | 0.99% | - |
| XYZ | 75.19 | 90.41 | 14.72 | - |
| YUV | 226.69 | 17 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 30 | 0 | 0 | 0.88 | 0.01 | 60 | 0.97 | 0.55 |
| Hex | FC | FC | 1E | 0 | 0 | 58 | 1 | 3C | 61 | 37 |
| Octal | 374 | 374 | 36 | 0 | 0 | 130 | 1 | 74 | 141 | 67 |
| Binary | 11111100 | 11111100 | 11110 | 0 | 0 | 1011000 | 1 | 111100 | 1100001 | 110111 |
Color Harmonies of #FCFC1E
Complementary color
Monochromatic Colors of #FCFC1E
Black with #FCFC1E
Text Example
Text Example
White with #FCFC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC1E; }
p { color: rgb(252,252,30); }
H1.HeaderClassName
{
color: #FCFC1E;
}
.AnyTagClassName
{
color: #FCFC1E;
}
</style>
background-color css
<style>
a { background-color: #FCFC1E; }
a { background-color: rgb(252,252,30); }
div.DivClassName
{
background-color: #FCFC1E;
}
.BgClassName
{
background-color: #FCFC1E;
}
</style>
border-color css
<style>
span { border-color: #FCFC1E; }
span { border-color: rgb(252,252,30); }
td.TdClassName
{
border-color: #FCFC1E;
}
.TagClassName
{
border-color: #FCFC1E;
}
</style>