Shades of Lemon #FEFC1B
Tints of Lemon #FEFC1B
RGB
CMYK
RGB Variations
Color information
#FEFC1B (or 0xFEFC1B) is known color: Lemon. HEX triplet: FE, FC and 1B. RGB value is (254,252,27). Sum of RGB (Red+Green+Blue) = 254+252+27=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 27 (10.94% from 255 or 5.07% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC1B is #0103E4. Grayscale: #E3E3E3. Windows color (decimal): -66533 or 1834238. OLE color: 1834238.
HSL color Cylindrical-coordinate representation of color #FEFC1B: 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 #FEFC1B is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 27 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.00 |
| HSL | 59.47º | 0.99% | 0.55% | - |
| HSV(B) | 59.47º | 0.89% | 1% | - |
| XYZ | 75.88 | 90.77 | 14.56 | - |
| YUV | 226.95 | 15.16 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 27 | 0 | 0.01 | 0.89 | 0.00 | 59.47 | 0.99 | 0.55 |
| Hex | FE | FC | 1B | 0 | 1 | 59 | 0 | 3B | 63 | 37 |
| Octal | 376 | 374 | 33 | 0 | 1 | 131 | 0 | 73 | 143 | 67 |
| Binary | 11111110 | 11111100 | 11011 | 0 | 1 | 1011001 | 0 | 111011 | 1100011 | 110111 |
Color Harmonies of #FEFC1B
Complementary color
Monochromatic Colors of #FEFC1B
Black with #FEFC1B
Text Example
Text Example
White with #FEFC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC1B; }
p { color: rgb(254,252,27); }
H1.HeaderClassName
{
color: #FEFC1B;
}
.AnyTagClassName
{
color: #FEFC1B;
}
</style>
background-color css
<style>
a { background-color: #FEFC1B; }
a { background-color: rgb(254,252,27); }
div.DivClassName
{
background-color: #FEFC1B;
}
.BgClassName
{
background-color: #FEFC1B;
}
</style>
border-color css
<style>
span { border-color: #FEFC1B; }
span { border-color: rgb(254,252,27); }
td.TdClassName
{
border-color: #FEFC1B;
}
.TagClassName
{
border-color: #FEFC1B;
}
</style>