Shades of Lemon #FEE714
Tints of Lemon #FEE714
RGB
CMYK
RGB Variations
Color information
#FEE714 (or 0xFEE714) is known color: Lemon. HEX triplet: FE, E7 and 14. RGB value is (254,231,20). Sum of RGB (Red+Green+Blue) = 254+231+20=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 231 (90.62% from 255 or 45.74% from 505); Blue value is 20 (8.20% from 255 or 3.96% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE714 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE714 is #0118EB. Grayscale: #D6D6D6. Windows color (decimal): -71916 or 1370110. OLE color: 1370110.
HSL color Cylindrical-coordinate representation of color #FEE714: hue angle of 54.1º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEE714 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 20 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.00 |
| HSL | 54.1º | 0.99% | 0.54% | - |
| HSV(B) | 54.1º | 0.92% | 1% | - |
| XYZ | 69.58 | 78.27 | 12.1 | - |
| YUV | 213.82 | 18.62 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 20 | 0 | 0.09 | 0.92 | 0.00 | 54.1 | 0.99 | 0.54 |
| Hex | FE | E7 | 14 | 0 | 9 | 5C | 0 | 36 | 63 | 36 |
| Octal | 376 | 347 | 24 | 0 | 11 | 134 | 0 | 66 | 143 | 66 |
| Binary | 11111110 | 11100111 | 10100 | 0 | 1001 | 1011100 | 0 | 110110 | 1100011 | 110110 |
Color Harmonies of #FEE714
Complementary color
Monochromatic Colors of #FEE714
Black with #FEE714
Text Example
Text Example
White with #FEE714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE714; }
p { color: rgb(254,231,20); }
H1.HeaderClassName
{
color: #FEE714;
}
.AnyTagClassName
{
color: #FEE714;
}
</style>
background-color css
<style>
a { background-color: #FEE714; }
a { background-color: rgb(254,231,20); }
div.DivClassName
{
background-color: #FEE714;
}
.BgClassName
{
background-color: #FEE714;
}
</style>
border-color css
<style>
span { border-color: #FEE714; }
span { border-color: rgb(254,231,20); }
td.TdClassName
{
border-color: #FEE714;
}
.TagClassName
{
border-color: #FEE714;
}
</style>