Shades of Tangerine Yellow #FECE0A
Tints of Tangerine Yellow #FECE0A
RGB
CMYK
RGB Variations
Color information
#FECE0A (or 0xFECE0A) is known color: Tangerine Yellow. HEX triplet: FE, CE and 0A. RGB value is (254,206,10). Sum of RGB (Red+Green+Blue) = 254+206+10=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECE0A is #0131F5. Grayscale: #C6C6C6. Windows color (decimal): -78326 or 708350. OLE color: 708350.
HSL color Cylindrical-coordinate representation of color #FECE0A: hue angle of 48.2º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FECE0A is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 10 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.00 |
| HSL | 48.2º | 0.99% | 0.52% | - |
| HSV(B) | 48.2º | 0.96% | 1% | - |
| XYZ | 63 | 65.24 | 9.56 | - |
| YUV | 198.01 | 21.9 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 10 | 0 | 0.19 | 0.96 | 0.00 | 48.2 | 0.99 | 0.52 |
| Hex | FE | CE | A | 0 | 13 | 60 | 0 | 30 | 63 | 34 |
| Octal | 376 | 316 | 12 | 0 | 23 | 140 | 0 | 60 | 143 | 64 |
| Binary | 11111110 | 11001110 | 1010 | 0 | 10011 | 1100000 | 0 | 110000 | 1100011 | 110100 |
Color Harmonies of #FECE0A
Complementary color
Monochromatic Colors of #FECE0A
Black with #FECE0A
Text Example
Text Example
White with #FECE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE0A; }
p { color: rgb(254,206,10); }
H1.HeaderClassName
{
color: #FECE0A;
}
.AnyTagClassName
{
color: #FECE0A;
}
</style>
background-color css
<style>
a { background-color: #FECE0A; }
a { background-color: rgb(254,206,10); }
div.DivClassName
{
background-color: #FECE0A;
}
.BgClassName
{
background-color: #FECE0A;
}
</style>
border-color css
<style>
span { border-color: #FECE0A; }
span { border-color: rgb(254,206,10); }
td.TdClassName
{
border-color: #FECE0A;
}
.TagClassName
{
border-color: #FECE0A;
}
</style>