Shades of Lemon #FEFC1D
Tints of Lemon #FEFC1D
RGB
CMYK
RGB Variations
Color information
#FEFC1D (or 0xFEFC1D) is known color: Lemon. HEX triplet: FE, FC and 1D. RGB value is (254,252,29). Sum of RGB (Red+Green+Blue) = 254+252+29=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 29 (11.72% from 255 or 5.42% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC1D is #0103E2. Grayscale: #E4E4E4. Windows color (decimal): -66531 or 1965310. OLE color: 1965310.
HSL color Cylindrical-coordinate representation of color #FEFC1D: hue angle of 59.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEFC1D is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 29 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.00 |
| HSL | 59.47º | 0.99% | 0.55% | - |
| HSV(B) | 59.47º | 0.89% | 1% | - |
| XYZ | 75.91 | 90.78 | 14.68 | - |
| YUV | 227.18 | 16.16 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 29 | 0 | 0.01 | 0.89 | 0.00 | 59.47 | 0.99 | 0.55 |
| Hex | FE | FC | 1D | 0 | 1 | 59 | 0 | 3B | 63 | 37 |
| Octal | 376 | 374 | 35 | 0 | 1 | 131 | 0 | 73 | 143 | 67 |
| Binary | 11111110 | 11111100 | 11101 | 0 | 1 | 1011001 | 0 | 111011 | 1100011 | 110111 |
Color Harmonies of #FEFC1D
Complementary color
Monochromatic Colors of #FEFC1D
Black with #FEFC1D
Text Example
Text Example
White with #FEFC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC1D; }
p { color: rgb(254,252,29); }
H1.HeaderClassName
{
color: #FEFC1D;
}
.AnyTagClassName
{
color: #FEFC1D;
}
</style>
background-color css
<style>
a { background-color: #FEFC1D; }
a { background-color: rgb(254,252,29); }
div.DivClassName
{
background-color: #FEFC1D;
}
.BgClassName
{
background-color: #FEFC1D;
}
</style>
border-color css
<style>
span { border-color: #FEFC1D; }
span { border-color: rgb(254,252,29); }
td.TdClassName
{
border-color: #FEFC1D;
}
.TagClassName
{
border-color: #FEFC1D;
}
</style>