Shades of Lemon #FEFA1C
Tints of Lemon #FEFA1C
RGB
CMYK
RGB Variations
Color information
#FEFA1C (or 0xFEFA1C) is known color: Lemon. HEX triplet: FE, FA and 1C. RGB value is (254,250,28). Sum of RGB (Red+Green+Blue) = 254+250+28=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 28 (11.33% from 255 or 5.26% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA1C is #0105E3. Grayscale: #E2E2E2. Windows color (decimal): -67044 or 1899262. OLE color: 1899262.
HSL color Cylindrical-coordinate representation of color #FEFA1C: hue angle of 58.94º 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 #FEFA1C is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 28 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.00 |
| HSL | 58.94º | 0.99% | 0.55% | - |
| HSV(B) | 58.94º | 0.89% | 1% | - |
| XYZ | 75.27 | 89.53 | 14.41 | - |
| YUV | 225.89 | 16.33 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 28 | 0 | 0.02 | 0.89 | 0.00 | 58.94 | 0.99 | 0.55 |
| Hex | FE | FA | 1C | 0 | 2 | 59 | 0 | 3B | 63 | 37 |
| Octal | 376 | 372 | 34 | 0 | 2 | 131 | 0 | 73 | 143 | 67 |
| Binary | 11111110 | 11111010 | 11100 | 0 | 10 | 1011001 | 0 | 111011 | 1100011 | 110111 |
Color Harmonies of #FEFA1C
Complementary color
Monochromatic Colors of #FEFA1C
Black with #FEFA1C
Text Example
Text Example
White with #FEFA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA1C; }
p { color: rgb(254,250,28); }
H1.HeaderClassName
{
color: #FEFA1C;
}
.AnyTagClassName
{
color: #FEFA1C;
}
</style>
background-color css
<style>
a { background-color: #FEFA1C; }
a { background-color: rgb(254,250,28); }
div.DivClassName
{
background-color: #FEFA1C;
}
.BgClassName
{
background-color: #FEFA1C;
}
</style>
border-color css
<style>
span { border-color: #FEFA1C; }
span { border-color: rgb(254,250,28); }
td.TdClassName
{
border-color: #FEFA1C;
}
.TagClassName
{
border-color: #FEFA1C;
}
</style>