Shades of Lemon #FCFF26
Tints of Lemon #FCFF26
RGB
CMYK
RGB Variations
Color information
#FCFF26 (or 0xFCFF26) is known color: Lemon. HEX triplet: FC, FF and 26. RGB value is (252,255,38). Sum of RGB (Red+Green+Blue) = 252+255+38=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 38 (15.23% from 255 or 6.97% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF26 is #0300D9. Grayscale: #E6E6E6. Windows color (decimal): -196826 or 2555900. OLE color: 2555900.
HSL color Cylindrical-coordinate representation of color #FCFF26: hue angle of 60.83º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCFF26 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 38 | - |
| CMYK | 0.01 | 0 | 0.85 | 0 |
| HSL | 60.83º | 1% | 0.57% | - |
| HSV(B) | 60.83º | 0.85% | 1% | - |
| XYZ | 76.25 | 92.36 | 15.64 | - |
| YUV | 229.37 | 20.01 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 38 | 0.01 | 0 | 0.85 | 0 | 60.83 | 1 | 0.57 |
| Hex | FC | FF | 26 | 1 | 0 | 55 | 0 | 3D | 64 | 39 |
| Octal | 374 | 377 | 46 | 1 | 0 | 125 | 0 | 75 | 144 | 71 |
| Binary | 11111100 | 11111111 | 100110 | 1 | 0 | 1010101 | 0 | 111101 | 1100100 | 111001 |
Color Harmonies of #FCFF26
Complementary color
Monochromatic Colors of #FCFF26
Black with #FCFF26
Text Example
Text Example
White with #FCFF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF26; }
p { color: rgb(252,255,38); }
H1.HeaderClassName
{
color: #FCFF26;
}
.AnyTagClassName
{
color: #FCFF26;
}
</style>
background-color css
<style>
a { background-color: #FCFF26; }
a { background-color: rgb(252,255,38); }
div.DivClassName
{
background-color: #FCFF26;
}
.BgClassName
{
background-color: #FCFF26;
}
</style>
border-color css
<style>
span { border-color: #FCFF26; }
span { border-color: rgb(252,255,38); }
td.TdClassName
{
border-color: #FCFF26;
}
.TagClassName
{
border-color: #FCFF26;
}
</style>