Shades of Lemon #FCFF1B
Tints of Lemon #FCFF1B
RGB
CMYK
RGB Variations
Color information
#FCFF1B (or 0xFCFF1B) is known color: Lemon. HEX triplet: FC, FF and 1B. RGB value is (252,255,27). Sum of RGB (Red+Green+Blue) = 252+255+27=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 27 (10.94% from 255 or 5.06% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF1B is #0300E4. Grayscale: #E5E5E5. Windows color (decimal): -196837 or 1835004. OLE color: 1835004.
HSL color Cylindrical-coordinate representation of color #FCFF1B: hue angle of 60.79º 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 #FCFF1B is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 27 | - |
| CMYK | 0.01 | 0 | 0.89 | 0 |
| HSL | 60.79º | 1% | 0.55% | - |
| HSV(B) | 60.79º | 0.89% | 1% | - |
| XYZ | 76.1 | 92.29 | 14.84 | - |
| YUV | 228.11 | 14.51 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 27 | 0.01 | 0 | 0.89 | 0 | 60.79 | 1 | 0.55 |
| Hex | FC | FF | 1B | 1 | 0 | 59 | 0 | 3D | 64 | 37 |
| Octal | 374 | 377 | 33 | 1 | 0 | 131 | 0 | 75 | 144 | 67 |
| Binary | 11111100 | 11111111 | 11011 | 1 | 0 | 1011001 | 0 | 111101 | 1100100 | 110111 |
Color Harmonies of #FCFF1B
Complementary color
Monochromatic Colors of #FCFF1B
Black with #FCFF1B
Text Example
Text Example
White with #FCFF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF1B; }
p { color: rgb(252,255,27); }
H1.HeaderClassName
{
color: #FCFF1B;
}
.AnyTagClassName
{
color: #FCFF1B;
}
</style>
background-color css
<style>
a { background-color: #FCFF1B; }
a { background-color: rgb(252,255,27); }
div.DivClassName
{
background-color: #FCFF1B;
}
.BgClassName
{
background-color: #FCFF1B;
}
</style>
border-color css
<style>
span { border-color: #FCFF1B; }
span { border-color: rgb(252,255,27); }
td.TdClassName
{
border-color: #FCFF1B;
}
.TagClassName
{
border-color: #FCFF1B;
}
</style>