Shades of Lemon #FFFC1E
Tints of Lemon #FFFC1E
RGB
CMYK
RGB Variations
Color information
#FFFC1E (or 0xFFFC1E) is known color: Lemon. HEX triplet: FF, FC and 1E. RGB value is (255,252,30). Sum of RGB (Red+Green+Blue) = 255+252+30=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 30 (12.11% from 255 or 5.59% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC1E is #0003E1. Grayscale: #E4E4E4. Windows color (decimal): -994 or 2030847. OLE color: 2030847.
HSL color Cylindrical-coordinate representation of color #FFFC1E: hue angle of 59.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFFC1E is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 30 | - |
| CMYK | 0 | 0.01 | 0.88 | 0 |
| HSL | 59.2º | 1% | 0.56% | - |
| HSV(B) | 59.2º | 0.88% | 1% | - |
| XYZ | 76.28 | 90.97 | 14.77 | - |
| YUV | 227.59 | 16.49 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 30 | 0 | 0.01 | 0.88 | 0 | 59.2 | 1 | 0.56 |
| Hex | FF | FC | 1E | 0 | 1 | 58 | 0 | 3B | 64 | 38 |
| Octal | 377 | 374 | 36 | 0 | 1 | 130 | 0 | 73 | 144 | 70 |
| Binary | 11111111 | 11111100 | 11110 | 0 | 1 | 1011000 | 0 | 111011 | 1100100 | 111000 |
Color Harmonies of #FFFC1E
Complementary color
Monochromatic Colors of #FFFC1E
Black with #FFFC1E
Text Example
Text Example
White with #FFFC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC1E; }
p { color: rgb(255,252,30); }
H1.HeaderClassName
{
color: #FFFC1E;
}
.AnyTagClassName
{
color: #FFFC1E;
}
</style>
background-color css
<style>
a { background-color: #FFFC1E; }
a { background-color: rgb(255,252,30); }
div.DivClassName
{
background-color: #FFFC1E;
}
.BgClassName
{
background-color: #FFFC1E;
}
</style>
border-color css
<style>
span { border-color: #FFFC1E; }
span { border-color: rgb(255,252,30); }
td.TdClassName
{
border-color: #FFFC1E;
}
.TagClassName
{
border-color: #FFFC1E;
}
</style>