Shades of Lemon #FCE60D
Tints of Lemon #FCE60D
RGB
CMYK
RGB Variations
Color information
#FCE60D (or 0xFCE60D) is known color: Lemon. HEX triplet: FC, E6 and 0D. RGB value is (252,230,13). Sum of RGB (Red+Green+Blue) = 252+230+13=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 13 (5.47% from 255 or 2.63% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE60D is #0319F2. Grayscale: #D4D4D4. Windows color (decimal): -203251 or 911100. OLE color: 911100.
HSL color Cylindrical-coordinate representation of color #FCE60D: hue angle of 54.48º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCE60D is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 13 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.01 |
| HSL | 54.48º | 0.98% | 0.52% | - |
| HSV(B) | 54.48º | 0.95% | 0.99% | - |
| XYZ | 68.51 | 77.32 | 11.69 | - |
| YUV | 211.84 | 15.79 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 13 | 0 | 0.09 | 0.95 | 0.01 | 54.48 | 0.98 | 0.52 |
| Hex | FC | E6 | D | 0 | 9 | 5F | 1 | 36 | 62 | 34 |
| Octal | 374 | 346 | 15 | 0 | 11 | 137 | 1 | 66 | 142 | 64 |
| Binary | 11111100 | 11100110 | 1101 | 0 | 1001 | 1011111 | 1 | 110110 | 1100010 | 110100 |
Color Harmonies of #FCE60D
Complementary color
Monochromatic Colors of #FCE60D
Black with #FCE60D
Text Example
Text Example
White with #FCE60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE60D; }
p { color: rgb(252,230,13); }
H1.HeaderClassName
{
color: #FCE60D;
}
.AnyTagClassName
{
color: #FCE60D;
}
</style>
background-color css
<style>
a { background-color: #FCE60D; }
a { background-color: rgb(252,230,13); }
div.DivClassName
{
background-color: #FCE60D;
}
.BgClassName
{
background-color: #FCE60D;
}
</style>
border-color css
<style>
span { border-color: #FCE60D; }
span { border-color: rgb(252,230,13); }
td.TdClassName
{
border-color: #FCE60D;
}
.TagClassName
{
border-color: #FCE60D;
}
</style>