Shades of Lemon #FEFC1A
Tints of Lemon #FEFC1A
RGB
CMYK
RGB Variations
Color information
#FEFC1A (or 0xFEFC1A) is known color: Lemon. HEX triplet: FE, FC and 1A. RGB value is (254,252,26). Sum of RGB (Red+Green+Blue) = 254+252+26=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 26 (10.55% from 255 or 4.89% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC1A is #0103E5. Grayscale: #E3E3E3. Windows color (decimal): -66534 or 1768702. OLE color: 1768702.
HSL color Cylindrical-coordinate representation of color #FEFC1A: 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.9%. Process color model (Four color, CMYK) of #FEFC1A is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 26 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.00 |
| HSL | 59.47º | 0.99% | 0.55% | - |
| HSV(B) | 59.47º | 0.9% | 1% | - |
| XYZ | 75.87 | 90.77 | 14.5 | - |
| YUV | 226.83 | 14.66 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 26 | 0 | 0.01 | 0.90 | 0.00 | 59.47 | 0.99 | 0.55 |
| Hex | FE | FC | 1A | 0 | 1 | 5A | 0 | 3B | 63 | 37 |
| Octal | 376 | 374 | 32 | 0 | 1 | 132 | 0 | 73 | 143 | 67 |
| Binary | 11111110 | 11111100 | 11010 | 0 | 1 | 1011010 | 0 | 111011 | 1100011 | 110111 |
Color Harmonies of #FEFC1A
Complementary color
Monochromatic Colors of #FEFC1A
Black with #FEFC1A
Text Example
Text Example
White with #FEFC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC1A; }
p { color: rgb(254,252,26); }
H1.HeaderClassName
{
color: #FEFC1A;
}
.AnyTagClassName
{
color: #FEFC1A;
}
</style>
background-color css
<style>
a { background-color: #FEFC1A; }
a { background-color: rgb(254,252,26); }
div.DivClassName
{
background-color: #FEFC1A;
}
.BgClassName
{
background-color: #FEFC1A;
}
</style>
border-color css
<style>
span { border-color: #FEFC1A; }
span { border-color: rgb(254,252,26); }
td.TdClassName
{
border-color: #FEFC1A;
}
.TagClassName
{
border-color: #FEFC1A;
}
</style>