Shades of Lemon #FCE721
Tints of Lemon #FCE721
RGB
CMYK
RGB Variations
Color information
#FCE721 (or 0xFCE721) is known color: Lemon. HEX triplet: FC, E7 and 21. RGB value is (252,231,33). Sum of RGB (Red+Green+Blue) = 252+231+33=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 33 (13.28% from 255 or 6.40% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE721 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE721 is #0318DE. Grayscale: #D7D7D7. Windows color (decimal): -202975 or 2222076. OLE color: 2222076.
HSL color Cylindrical-coordinate representation of color #FCE721: hue angle of 54.25º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCE721 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 33 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.01 |
| HSL | 54.25º | 0.97% | 0.56% | - |
| HSV(B) | 54.25º | 0.87% | 0.99% | - |
| XYZ | 69 | 77.96 | 12.85 | - |
| YUV | 214.71 | 25.46 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 33 | 0 | 0.08 | 0.87 | 0.01 | 54.25 | 0.97 | 0.56 |
| Hex | FC | E7 | 21 | 0 | 8 | 57 | 1 | 36 | 61 | 38 |
| Octal | 374 | 347 | 41 | 0 | 10 | 127 | 1 | 66 | 141 | 70 |
| Binary | 11111100 | 11100111 | 100001 | 0 | 1000 | 1010111 | 1 | 110110 | 1100001 | 111000 |
Color Harmonies of #FCE721
Complementary color
Monochromatic Colors of #FCE721
Black with #FCE721
Text Example
Text Example
White with #FCE721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE721; }
p { color: rgb(252,231,33); }
H1.HeaderClassName
{
color: #FCE721;
}
.AnyTagClassName
{
color: #FCE721;
}
</style>
background-color css
<style>
a { background-color: #FCE721; }
a { background-color: rgb(252,231,33); }
div.DivClassName
{
background-color: #FCE721;
}
.BgClassName
{
background-color: #FCE721;
}
</style>
border-color css
<style>
span { border-color: #FCE721; }
span { border-color: rgb(252,231,33); }
td.TdClassName
{
border-color: #FCE721;
}
.TagClassName
{
border-color: #FCE721;
}
</style>