Shades of Lemon #FEF105
Tints of Lemon #FEF105
RGB
CMYK
RGB Variations
Color information
#FEF105 (or 0xFEF105) is known color: Lemon. HEX triplet: FE, F1 and 05. RGB value is (254,241,5). Sum of RGB (Red+Green+Blue) = 254+241+5=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 5 (2.34% from 255 or 1% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF105 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF105 is #010EFA. Grayscale: #DADADA. Windows color (decimal): -69371 or 389630. OLE color: 389630.
HSL color Cylindrical-coordinate representation of color #FEF105: hue angle of 56.87º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEF105 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 5 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.00 |
| HSL | 56.87º | 0.99% | 0.51% | - |
| HSV(B) | 56.87º | 0.98% | 1% | - |
| XYZ | 72.36 | 83.99 | 12.54 | - |
| YUV | 217.98 | 7.81 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 5 | 0 | 0.05 | 0.98 | 0.00 | 56.87 | 0.99 | 0.51 |
| Hex | FE | F1 | 5 | 0 | 5 | 62 | 0 | 39 | 63 | 33 |
| Octal | 376 | 361 | 5 | 0 | 5 | 142 | 0 | 71 | 143 | 63 |
| Binary | 11111110 | 11110001 | 101 | 0 | 101 | 1100010 | 0 | 111001 | 1100011 | 110011 |
Color Harmonies of #FEF105
Complementary color
Monochromatic Colors of #FEF105
Black with #FEF105
Text Example
Text Example
White with #FEF105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF105; }
p { color: rgb(254,241,5); }
H1.HeaderClassName
{
color: #FEF105;
}
.AnyTagClassName
{
color: #FEF105;
}
</style>
background-color css
<style>
a { background-color: #FEF105; }
a { background-color: rgb(254,241,5); }
div.DivClassName
{
background-color: #FEF105;
}
.BgClassName
{
background-color: #FEF105;
}
</style>
border-color css
<style>
span { border-color: #FEF105; }
span { border-color: rgb(254,241,5); }
td.TdClassName
{
border-color: #FEF105;
}
.TagClassName
{
border-color: #FEF105;
}
</style>