Shades of Lemon #FFFC1F
Tints of Lemon #FFFC1F
RGB
CMYK
RGB Variations
Color information
#FFFC1F (or 0xFFFC1F) is known color: Lemon. HEX triplet: FF, FC and 1F. RGB value is (255,252,31). Sum of RGB (Red+Green+Blue) = 255+252+31=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 31 (12.5% from 255 or 5.76% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC1F is #0003E0. Grayscale: #E4E4E4. Windows color (decimal): -993 or 2096383. OLE color: 2096383.
HSL color Cylindrical-coordinate representation of color #FFFC1F: 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 #FFFC1F is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 31 | - |
| CMYK | 0 | 0.01 | 0.88 | 0 |
| HSL | 59.2º | 1% | 0.56% | - |
| HSV(B) | 59.2º | 0.88% | 1% | - |
| XYZ | 76.3 | 90.98 | 14.84 | - |
| YUV | 227.7 | 16.99 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 31 | 0 | 0.01 | 0.88 | 0 | 59.2 | 1 | 0.56 |
| Hex | FF | FC | 1F | 0 | 1 | 58 | 0 | 3B | 64 | 38 |
| Octal | 377 | 374 | 37 | 0 | 1 | 130 | 0 | 73 | 144 | 70 |
| Binary | 11111111 | 11111100 | 11111 | 0 | 1 | 1011000 | 0 | 111011 | 1100100 | 111000 |
Color Harmonies of #FFFC1F
Complementary color
Monochromatic Colors of #FFFC1F
Black with #FFFC1F
Text Example
Text Example
White with #FFFC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC1F; }
p { color: rgb(255,252,31); }
H1.HeaderClassName
{
color: #FFFC1F;
}
.AnyTagClassName
{
color: #FFFC1F;
}
</style>
background-color css
<style>
a { background-color: #FFFC1F; }
a { background-color: rgb(255,252,31); }
div.DivClassName
{
background-color: #FFFC1F;
}
.BgClassName
{
background-color: #FFFC1F;
}
</style>
border-color css
<style>
span { border-color: #FFFC1F; }
span { border-color: rgb(255,252,31); }
td.TdClassName
{
border-color: #FFFC1F;
}
.TagClassName
{
border-color: #FFFC1F;
}
</style>