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