Shades of Tangerine Yellow #FED00E
Tints of Tangerine Yellow #FED00E
RGB
CMYK
RGB Variations
Color information
#FED00E (or 0xFED00E) is known color: Tangerine Yellow. HEX triplet: FE, D0 and 0E. RGB value is (254,208,14). Sum of RGB (Red+Green+Blue) = 254+208+14=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 14 (5.86% from 255 or 2.94% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FED00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED00E is #012FF1. Grayscale: #C8C8C8. Windows color (decimal): -77810 or 971006. OLE color: 971006.
HSL color Cylindrical-coordinate representation of color #FED00E: hue angle of 48.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FED00E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 14 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.00 |
| HSL | 48.5º | 0.99% | 0.53% | - |
| HSV(B) | 48.5º | 0.94% | 1% | - |
| XYZ | 63.51 | 66.21 | 9.85 | - |
| YUV | 199.64 | 23.24 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 14 | 0 | 0.18 | 0.94 | 0.00 | 48.5 | 0.99 | 0.53 |
| Hex | FE | D0 | E | 0 | 12 | 5E | 0 | 30 | 63 | 35 |
| Octal | 376 | 320 | 16 | 0 | 22 | 136 | 0 | 60 | 143 | 65 |
| Binary | 11111110 | 11010000 | 1110 | 0 | 10010 | 1011110 | 0 | 110000 | 1100011 | 110101 |
Color Harmonies of #FED00E
Complementary color
Monochromatic Colors of #FED00E
Black with #FED00E
Text Example
Text Example
White with #FED00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED00E; }
p { color: rgb(254,208,14); }
H1.HeaderClassName
{
color: #FED00E;
}
.AnyTagClassName
{
color: #FED00E;
}
</style>
background-color css
<style>
a { background-color: #FED00E; }
a { background-color: rgb(254,208,14); }
div.DivClassName
{
background-color: #FED00E;
}
.BgClassName
{
background-color: #FED00E;
}
</style>
border-color css
<style>
span { border-color: #FED00E; }
span { border-color: rgb(254,208,14); }
td.TdClassName
{
border-color: #FED00E;
}
.TagClassName
{
border-color: #FED00E;
}
</style>