Shades of Lemon #FCED1F
Tints of Lemon #FCED1F
RGB
CMYK
RGB Variations
Color information
#FCED1F (or 0xFCED1F) is known color: Lemon. HEX triplet: FC, ED and 1F. RGB value is (252,237,31). Sum of RGB (Red+Green+Blue) = 252+237+31=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 31 (12.5% from 255 or 5.96% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED1F is #0312E0. Grayscale: #DADADA. Windows color (decimal): -201441 or 2092540. OLE color: 2092540.
HSL color Cylindrical-coordinate representation of color #FCED1F: hue angle of 55.93º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCED1F is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 31 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.01 |
| HSL | 55.93º | 0.97% | 0.55% | - |
| HSV(B) | 55.93º | 0.88% | 0.99% | - |
| XYZ | 70.68 | 81.36 | 13.28 | - |
| YUV | 218 | 22.47 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 31 | 0 | 0.06 | 0.88 | 0.01 | 55.93 | 0.97 | 0.55 |
| Hex | FC | ED | 1F | 0 | 6 | 58 | 1 | 38 | 61 | 37 |
| Octal | 374 | 355 | 37 | 0 | 6 | 130 | 1 | 70 | 141 | 67 |
| Binary | 11111100 | 11101101 | 11111 | 0 | 110 | 1011000 | 1 | 111000 | 1100001 | 110111 |
Color Harmonies of #FCED1F
Complementary color
Monochromatic Colors of #FCED1F
Black with #FCED1F
Text Example
Text Example
White with #FCED1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED1F; }
p { color: rgb(252,237,31); }
H1.HeaderClassName
{
color: #FCED1F;
}
.AnyTagClassName
{
color: #FCED1F;
}
</style>
background-color css
<style>
a { background-color: #FCED1F; }
a { background-color: rgb(252,237,31); }
div.DivClassName
{
background-color: #FCED1F;
}
.BgClassName
{
background-color: #FCED1F;
}
</style>
border-color css
<style>
span { border-color: #FCED1F; }
span { border-color: rgb(252,237,31); }
td.TdClassName
{
border-color: #FCED1F;
}
.TagClassName
{
border-color: #FCED1F;
}
</style>