Shades of Lemon #FEF712
Tints of Lemon #FEF712
RGB
CMYK
RGB Variations
Color information
#FEF712 (or 0xFEF712) is known color: Lemon. HEX triplet: FE, F7 and 12. RGB value is (254,247,18). Sum of RGB (Red+Green+Blue) = 254+247+18=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 18 (7.42% from 255 or 3.47% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF712 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF712 is #0108ED. Grayscale: #DFDFDF. Windows color (decimal): -67822 or 1243134. OLE color: 1243134.
HSL color Cylindrical-coordinate representation of color #FEF712: hue angle of 58.22º 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 #FEF712 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 18 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.00 |
| HSL | 58.22º | 0.99% | 0.53% | - |
| HSV(B) | 58.22º | 0.93% | 1% | - |
| XYZ | 74.24 | 87.64 | 13.57 | - |
| YUV | 222.99 | 12.32 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 18 | 0 | 0.03 | 0.93 | 0.00 | 58.22 | 0.99 | 0.53 |
| Hex | FE | F7 | 12 | 0 | 3 | 5D | 0 | 3A | 63 | 35 |
| Octal | 376 | 367 | 22 | 0 | 3 | 135 | 0 | 72 | 143 | 65 |
| Binary | 11111110 | 11110111 | 10010 | 0 | 11 | 1011101 | 0 | 111010 | 1100011 | 110101 |
Color Harmonies of #FEF712
Complementary color
Monochromatic Colors of #FEF712
Black with #FEF712
Text Example
Text Example
White with #FEF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF712; }
p { color: rgb(254,247,18); }
H1.HeaderClassName
{
color: #FEF712;
}
.AnyTagClassName
{
color: #FEF712;
}
</style>
background-color css
<style>
a { background-color: #FEF712; }
a { background-color: rgb(254,247,18); }
div.DivClassName
{
background-color: #FEF712;
}
.BgClassName
{
background-color: #FEF712;
}
</style>
border-color css
<style>
span { border-color: #FEF712; }
span { border-color: rgb(254,247,18); }
td.TdClassName
{
border-color: #FEF712;
}
.TagClassName
{
border-color: #FEF712;
}
</style>