Shades of Lemon #FEF312
Tints of Lemon #FEF312
RGB
CMYK
RGB Variations
Color information
#FEF312 (or 0xFEF312) is known color: Lemon. HEX triplet: FE, F3 and 12. RGB value is (254,243,18). Sum of RGB (Red+Green+Blue) = 254+243+18=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 18 (7.42% from 255 or 3.50% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF312 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF312 is #010CED. Grayscale: #DDDDDD. Windows color (decimal): -68846 or 1242110. OLE color: 1242110.
HSL color Cylindrical-coordinate representation of color #FEF312: hue angle of 57.2º 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 #FEF312 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 18 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.00 |
| HSL | 57.2º | 0.99% | 0.53% | - |
| HSV(B) | 57.2º | 0.93% | 1% | - |
| XYZ | 73.03 | 85.22 | 13.17 | - |
| YUV | 220.64 | 13.64 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 18 | 0 | 0.04 | 0.93 | 0.00 | 57.2 | 0.99 | 0.53 |
| Hex | FE | F3 | 12 | 0 | 4 | 5D | 0 | 39 | 63 | 35 |
| Octal | 376 | 363 | 22 | 0 | 4 | 135 | 0 | 71 | 143 | 65 |
| Binary | 11111110 | 11110011 | 10010 | 0 | 100 | 1011101 | 0 | 111001 | 1100011 | 110101 |
Color Harmonies of #FEF312
Complementary color
Monochromatic Colors of #FEF312
Black with #FEF312
Text Example
Text Example
White with #FEF312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF312; }
p { color: rgb(254,243,18); }
H1.HeaderClassName
{
color: #FEF312;
}
.AnyTagClassName
{
color: #FEF312;
}
</style>
background-color css
<style>
a { background-color: #FEF312; }
a { background-color: rgb(254,243,18); }
div.DivClassName
{
background-color: #FEF312;
}
.BgClassName
{
background-color: #FEF312;
}
</style>
border-color css
<style>
span { border-color: #FEF312; }
span { border-color: rgb(254,243,18); }
td.TdClassName
{
border-color: #FEF312;
}
.TagClassName
{
border-color: #FEF312;
}
</style>