Shades of Lemon #FED814
Tints of Lemon #FED814
RGB
CMYK
RGB Variations
Color information
#FED814 (or 0xFED814) is known color: Lemon. HEX triplet: FE, D8 and 14. RGB value is (254,216,20). Sum of RGB (Red+Green+Blue) = 254+216+20=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FED814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED814 is #0127EB. Grayscale: #CDCDCD. Windows color (decimal): -75756 or 1366270. OLE color: 1366270.
HSL color Cylindrical-coordinate representation of color #FED814: hue angle of 50.26º 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 #FED814 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 20 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.00 |
| HSL | 50.26º | 0.99% | 0.54% | - |
| HSV(B) | 50.26º | 0.92% | 1% | - |
| XYZ | 65.56 | 70.23 | 10.76 | - |
| YUV | 205.02 | 23.59 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 20 | 0 | 0.15 | 0.92 | 0.00 | 50.26 | 0.99 | 0.54 |
| Hex | FE | D8 | 14 | 0 | F | 5C | 0 | 32 | 63 | 36 |
| Octal | 376 | 330 | 24 | 0 | 17 | 134 | 0 | 62 | 143 | 66 |
| Binary | 11111110 | 11011000 | 10100 | 0 | 1111 | 1011100 | 0 | 110010 | 1100011 | 110110 |
Color Harmonies of #FED814
Complementary color
Monochromatic Colors of #FED814
Black with #FED814
Text Example
Text Example
White with #FED814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED814; }
p { color: rgb(254,216,20); }
H1.HeaderClassName
{
color: #FED814;
}
.AnyTagClassName
{
color: #FED814;
}
</style>
background-color css
<style>
a { background-color: #FED814; }
a { background-color: rgb(254,216,20); }
div.DivClassName
{
background-color: #FED814;
}
.BgClassName
{
background-color: #FED814;
}
</style>
border-color css
<style>
span { border-color: #FED814; }
span { border-color: rgb(254,216,20); }
td.TdClassName
{
border-color: #FED814;
}
.TagClassName
{
border-color: #FED814;
}
</style>