Shades of Tangerine Yellow #FEC80A
Tints of Tangerine Yellow #FEC80A
RGB
CMYK
RGB Variations
Color information
#FEC80A (or 0xFEC80A) is known color: Tangerine Yellow. HEX triplet: FE, C8 and 0A. RGB value is (254,200,10). Sum of RGB (Red+Green+Blue) = 254+200+10=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC80A is #0137F5. Grayscale: #C3C3C3. Windows color (decimal): -79862 or 706814. OLE color: 706814.
HSL color Cylindrical-coordinate representation of color #FEC80A: hue angle of 46.72º 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 #FEC80A is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 10 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.00 |
| HSL | 46.72º | 0.99% | 0.52% | - |
| HSV(B) | 46.72º | 0.96% | 1% | - |
| XYZ | 61.58 | 62.4 | 9.09 | - |
| YUV | 194.49 | 23.89 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 10 | 0 | 0.21 | 0.96 | 0.00 | 46.72 | 0.99 | 0.52 |
| Hex | FE | C8 | A | 0 | 15 | 60 | 0 | 2F | 63 | 34 |
| Octal | 376 | 310 | 12 | 0 | 25 | 140 | 0 | 57 | 143 | 64 |
| Binary | 11111110 | 11001000 | 1010 | 0 | 10101 | 1100000 | 0 | 101111 | 1100011 | 110100 |
Color Harmonies of #FEC80A
Complementary color
Monochromatic Colors of #FEC80A
Black with #FEC80A
Text Example
Text Example
White with #FEC80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC80A; }
p { color: rgb(254,200,10); }
H1.HeaderClassName
{
color: #FEC80A;
}
.AnyTagClassName
{
color: #FEC80A;
}
</style>
background-color css
<style>
a { background-color: #FEC80A; }
a { background-color: rgb(254,200,10); }
div.DivClassName
{
background-color: #FEC80A;
}
.BgClassName
{
background-color: #FEC80A;
}
</style>
border-color css
<style>
span { border-color: #FEC80A; }
span { border-color: rgb(254,200,10); }
td.TdClassName
{
border-color: #FEC80A;
}
.TagClassName
{
border-color: #FEC80A;
}
</style>