Shades of Lemon #FCFE25
Tints of Lemon #FCFE25
RGB
CMYK
RGB Variations
Color information
#FCFE25 (or 0xFCFE25) is known color: Lemon. HEX triplet: FC, FE and 25. RGB value is (252,254,37). Sum of RGB (Red+Green+Blue) = 252+254+37=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 37 (14.84% from 255 or 6.81% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE25 is #0301DA. Grayscale: #E5E5E5. Windows color (decimal): -197083 or 2490108. OLE color: 2490108.
HSL color Cylindrical-coordinate representation of color #FCFE25: hue angle of 60.55º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCFE25 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 37 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.00 |
| HSL | 60.55º | 0.99% | 0.57% | - |
| HSV(B) | 60.55º | 0.85% | 1% | - |
| XYZ | 75.92 | 91.71 | 15.45 | - |
| YUV | 228.66 | 19.84 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 37 | 0.01 | 0 | 0.85 | 0.00 | 60.55 | 0.99 | 0.57 |
| Hex | FC | FE | 25 | 1 | 0 | 55 | 0 | 3D | 63 | 39 |
| Octal | 374 | 376 | 45 | 1 | 0 | 125 | 0 | 75 | 143 | 71 |
| Binary | 11111100 | 11111110 | 100101 | 1 | 0 | 1010101 | 0 | 111101 | 1100011 | 111001 |
Color Harmonies of #FCFE25
Complementary color
Monochromatic Colors of #FCFE25
Black with #FCFE25
Text Example
Text Example
White with #FCFE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE25; }
p { color: rgb(252,254,37); }
H1.HeaderClassName
{
color: #FCFE25;
}
.AnyTagClassName
{
color: #FCFE25;
}
</style>
background-color css
<style>
a { background-color: #FCFE25; }
a { background-color: rgb(252,254,37); }
div.DivClassName
{
background-color: #FCFE25;
}
.BgClassName
{
background-color: #FCFE25;
}
</style>
border-color css
<style>
span { border-color: #FCFE25; }
span { border-color: rgb(252,254,37); }
td.TdClassName
{
border-color: #FCFE25;
}
.TagClassName
{
border-color: #FCFE25;
}
</style>