Shades of Lemon #FEFD1C
Tints of Lemon #FEFD1C
RGB
CMYK
RGB Variations
Color information
#FEFD1C (or 0xFEFD1C) is known color: Lemon. HEX triplet: FE, FD and 1C. RGB value is (254,253,28). Sum of RGB (Red+Green+Blue) = 254+253+28=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 28 (11.33% from 255 or 5.23% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD1C is #0102E3. Grayscale: #E4E4E4. Windows color (decimal): -66276 or 1900030. OLE color: 1900030.
HSL color Cylindrical-coordinate representation of color #FEFD1C: hue angle of 59.73º 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 #FEFD1C is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 28 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.00 |
| HSL | 59.73º | 0.99% | 0.55% | - |
| HSV(B) | 59.73º | 0.89% | 1% | - |
| XYZ | 76.21 | 91.41 | 14.73 | - |
| YUV | 227.65 | 15.33 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 28 | 0 | 0.00 | 0.89 | 0.00 | 59.73 | 0.99 | 0.55 |
| Hex | FE | FD | 1C | 0 | 0 | 59 | 0 | 3C | 63 | 37 |
| Octal | 376 | 375 | 34 | 0 | 0 | 131 | 0 | 74 | 143 | 67 |
| Binary | 11111110 | 11111101 | 11100 | 0 | 0 | 1011001 | 0 | 111100 | 1100011 | 110111 |
Color Harmonies of #FEFD1C
Complementary color
Monochromatic Colors of #FEFD1C
Black with #FEFD1C
Text Example
Text Example
White with #FEFD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD1C; }
p { color: rgb(254,253,28); }
H1.HeaderClassName
{
color: #FEFD1C;
}
.AnyTagClassName
{
color: #FEFD1C;
}
</style>
background-color css
<style>
a { background-color: #FEFD1C; }
a { background-color: rgb(254,253,28); }
div.DivClassName
{
background-color: #FEFD1C;
}
.BgClassName
{
background-color: #FEFD1C;
}
</style>
border-color css
<style>
span { border-color: #FEFD1C; }
span { border-color: rgb(254,253,28); }
td.TdClassName
{
border-color: #FEFD1C;
}
.TagClassName
{
border-color: #FEFD1C;
}
</style>