Shades of Lemon #FED714
Tints of Lemon #FED714
RGB
CMYK
RGB Variations
Color information
#FED714 (or 0xFED714) is known color: Lemon. HEX triplet: FE, D7 and 14. RGB value is (254,215,20). Sum of RGB (Red+Green+Blue) = 254+215+20=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FED714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED714 is #0128EB. Grayscale: #CDCDCD. Windows color (decimal): -76012 or 1366014. OLE color: 1366014.
HSL color Cylindrical-coordinate representation of color #FED714: hue angle of 50º 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 #FED714 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 20 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.00 |
| HSL | 50º | 0.99% | 0.54% | - |
| HSV(B) | 50º | 0.92% | 1% | - |
| XYZ | 65.3 | 69.72 | 10.68 | - |
| YUV | 204.43 | 23.92 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 20 | 0 | 0.15 | 0.92 | 0.00 | 50 | 0.99 | 0.54 |
| Hex | FE | D7 | 14 | 0 | F | 5C | 0 | 32 | 63 | 36 |
| Octal | 376 | 327 | 24 | 0 | 17 | 134 | 0 | 62 | 143 | 66 |
| Binary | 11111110 | 11010111 | 10100 | 0 | 1111 | 1011100 | 0 | 110010 | 1100011 | 110110 |
Color Harmonies of #FED714
Complementary color
Monochromatic Colors of #FED714
Black with #FED714
Text Example
Text Example
White with #FED714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED714; }
p { color: rgb(254,215,20); }
H1.HeaderClassName
{
color: #FED714;
}
.AnyTagClassName
{
color: #FED714;
}
</style>
background-color css
<style>
a { background-color: #FED714; }
a { background-color: rgb(254,215,20); }
div.DivClassName
{
background-color: #FED714;
}
.BgClassName
{
background-color: #FED714;
}
</style>
border-color css
<style>
span { border-color: #FED714; }
span { border-color: rgb(254,215,20); }
td.TdClassName
{
border-color: #FED714;
}
.TagClassName
{
border-color: #FED714;
}
</style>