Shades of Tangerine Yellow #FECD0E
Tints of Tangerine Yellow #FECD0E
RGB
CMYK
RGB Variations
Color information
#FECD0E (or 0xFECD0E) is known color: Tangerine Yellow. HEX triplet: FE, CD and 0E. RGB value is (254,205,14). Sum of RGB (Red+Green+Blue) = 254+205+14=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 14 (5.86% from 255 or 2.96% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD0E is #0132F1. Grayscale: #C6C6C6. Windows color (decimal): -78578 or 970238. OLE color: 970238.
HSL color Cylindrical-coordinate representation of color #FECD0E: hue angle of 47.75º 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 #FECD0E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.00 |
| HSL | 47.75º | 0.99% | 0.53% | - |
| HSV(B) | 47.75º | 0.94% | 1% | - |
| XYZ | 62.78 | 64.77 | 9.61 | - |
| YUV | 197.88 | 24.23 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 14 | 0 | 0.19 | 0.94 | 0.00 | 47.75 | 0.99 | 0.53 |
| Hex | FE | CD | E | 0 | 13 | 5E | 0 | 30 | 63 | 35 |
| Octal | 376 | 315 | 16 | 0 | 23 | 136 | 0 | 60 | 143 | 65 |
| Binary | 11111110 | 11001101 | 1110 | 0 | 10011 | 1011110 | 0 | 110000 | 1100011 | 110101 |
Color Harmonies of #FECD0E
Complementary color
Monochromatic Colors of #FECD0E
Black with #FECD0E
Text Example
Text Example
White with #FECD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD0E; }
p { color: rgb(254,205,14); }
H1.HeaderClassName
{
color: #FECD0E;
}
.AnyTagClassName
{
color: #FECD0E;
}
</style>
background-color css
<style>
a { background-color: #FECD0E; }
a { background-color: rgb(254,205,14); }
div.DivClassName
{
background-color: #FECD0E;
}
.BgClassName
{
background-color: #FECD0E;
}
</style>
border-color css
<style>
span { border-color: #FECD0E; }
span { border-color: rgb(254,205,14); }
td.TdClassName
{
border-color: #FECD0E;
}
.TagClassName
{
border-color: #FECD0E;
}
</style>