Shades of Lemon #FCE618
Tints of Lemon #FCE618
RGB
CMYK
RGB Variations
Color information
#FCE618 (or 0xFCE618) is known color: Lemon. HEX triplet: FC, E6 and 18. RGB value is (252,230,24). Sum of RGB (Red+Green+Blue) = 252+230+24=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 24 (9.77% from 255 or 4.74% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE618 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE618 is #0319E7. Grayscale: #D5D5D5. Windows color (decimal): -203240 or 1631996. OLE color: 1631996.
HSL color Cylindrical-coordinate representation of color #FCE618: hue angle of 54.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCE618 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 24 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.01 |
| HSL | 54.21º | 0.97% | 0.54% | - |
| HSV(B) | 54.21º | 0.9% | 0.99% | - |
| XYZ | 68.61 | 77.36 | 12.18 | - |
| YUV | 213.09 | 21.29 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 24 | 0 | 0.09 | 0.90 | 0.01 | 54.21 | 0.97 | 0.54 |
| Hex | FC | E6 | 18 | 0 | 9 | 5A | 1 | 36 | 61 | 36 |
| Octal | 374 | 346 | 30 | 0 | 11 | 132 | 1 | 66 | 141 | 66 |
| Binary | 11111100 | 11100110 | 11000 | 0 | 1001 | 1011010 | 1 | 110110 | 1100001 | 110110 |
Color Harmonies of #FCE618
Complementary color
Monochromatic Colors of #FCE618
Black with #FCE618
Text Example
Text Example
White with #FCE618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE618; }
p { color: rgb(252,230,24); }
H1.HeaderClassName
{
color: #FCE618;
}
.AnyTagClassName
{
color: #FCE618;
}
</style>
background-color css
<style>
a { background-color: #FCE618; }
a { background-color: rgb(252,230,24); }
div.DivClassName
{
background-color: #FCE618;
}
.BgClassName
{
background-color: #FCE618;
}
</style>
border-color css
<style>
span { border-color: #FCE618; }
span { border-color: rgb(252,230,24); }
td.TdClassName
{
border-color: #FCE618;
}
.TagClassName
{
border-color: #FCE618;
}
</style>