Shades of Lemon #FEFA12
Tints of Lemon #FEFA12
RGB
CMYK
RGB Variations
Color information
#FEFA12 (or 0xFEFA12) is known color: Lemon. HEX triplet: FE, FA and 12. RGB value is (254,250,18). Sum of RGB (Red+Green+Blue) = 254+250+18=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 18 (7.42% from 255 or 3.45% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA12 is #0105ED. Grayscale: #E1E1E1. Windows color (decimal): -67054 or 1243902. OLE color: 1243902.
HSL color Cylindrical-coordinate representation of color #FEFA12: hue angle of 58.98º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEFA12 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 18 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.00 |
| HSL | 58.98º | 0.99% | 0.53% | - |
| HSV(B) | 58.98º | 0.93% | 1% | - |
| XYZ | 75.17 | 89.49 | 13.88 | - |
| YUV | 224.75 | 11.33 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 18 | 0 | 0.02 | 0.93 | 0.00 | 58.98 | 0.99 | 0.53 |
| Hex | FE | FA | 12 | 0 | 2 | 5D | 0 | 3B | 63 | 35 |
| Octal | 376 | 372 | 22 | 0 | 2 | 135 | 0 | 73 | 143 | 65 |
| Binary | 11111110 | 11111010 | 10010 | 0 | 10 | 1011101 | 0 | 111011 | 1100011 | 110101 |
Color Harmonies of #FEFA12
Complementary color
Monochromatic Colors of #FEFA12
Black with #FEFA12
Text Example
Text Example
White with #FEFA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA12; }
p { color: rgb(254,250,18); }
H1.HeaderClassName
{
color: #FEFA12;
}
.AnyTagClassName
{
color: #FEFA12;
}
</style>
background-color css
<style>
a { background-color: #FEFA12; }
a { background-color: rgb(254,250,18); }
div.DivClassName
{
background-color: #FEFA12;
}
.BgClassName
{
background-color: #FEFA12;
}
</style>
border-color css
<style>
span { border-color: #FEFA12; }
span { border-color: rgb(254,250,18); }
td.TdClassName
{
border-color: #FEFA12;
}
.TagClassName
{
border-color: #FEFA12;
}
</style>