Shades of Tangerine Yellow #FECA0E
Tints of Tangerine Yellow #FECA0E
RGB
CMYK
RGB Variations
Color information
#FECA0E (or 0xFECA0E) is known color: Tangerine Yellow. HEX triplet: FE, CA and 0E. RGB value is (254,202,14). Sum of RGB (Red+Green+Blue) = 254+202+14=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 14 (5.86% from 255 or 2.98% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA0E is #0135F1. Grayscale: #C4C4C4. Windows color (decimal): -79346 or 969470. OLE color: 969470.
HSL color Cylindrical-coordinate representation of color #FECA0E: hue angle of 47º 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 #FECA0E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 14 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.00 |
| HSL | 47º | 0.99% | 0.53% | - |
| HSV(B) | 47º | 0.94% | 1% | - |
| XYZ | 62.07 | 63.34 | 9.37 | - |
| YUV | 196.12 | 25.23 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 14 | 0 | 0.20 | 0.94 | 0.00 | 47 | 0.99 | 0.53 |
| Hex | FE | CA | E | 0 | 14 | 5E | 0 | 2F | 63 | 35 |
| Octal | 376 | 312 | 16 | 0 | 24 | 136 | 0 | 57 | 143 | 65 |
| Binary | 11111110 | 11001010 | 1110 | 0 | 10100 | 1011110 | 0 | 101111 | 1100011 | 110101 |
Color Harmonies of #FECA0E
Complementary color
Monochromatic Colors of #FECA0E
Black with #FECA0E
Text Example
Text Example
White with #FECA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA0E; }
p { color: rgb(254,202,14); }
H1.HeaderClassName
{
color: #FECA0E;
}
.AnyTagClassName
{
color: #FECA0E;
}
</style>
background-color css
<style>
a { background-color: #FECA0E; }
a { background-color: rgb(254,202,14); }
div.DivClassName
{
background-color: #FECA0E;
}
.BgClassName
{
background-color: #FECA0E;
}
</style>
border-color css
<style>
span { border-color: #FECA0E; }
span { border-color: rgb(254,202,14); }
td.TdClassName
{
border-color: #FECA0E;
}
.TagClassName
{
border-color: #FECA0E;
}
</style>