Shades of Tangerine Yellow #FEC900
Tints of Tangerine Yellow #FEC900
RGB
CMYK
RGB Variations
Color information
#FEC900 (or 0xFEC900) is known color: Tangerine Yellow. HEX triplet: FE, C9 and 00. RGB value is (254,201,0). Sum of RGB (Red+Green+Blue) = 254+201+0=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC900 is #0136FF. Grayscale: #C2C2C2. Windows color (decimal): -79616 or 51710. OLE color: 51710.
HSL color Cylindrical-coordinate representation of color #FEC900: hue angle of 47.48º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEC900 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.00 |
| HSL | 47.48º | 1% | 0.5% | - |
| HSV(B) | 47.48º | 1% | 1% | - |
| XYZ | 61.76 | 62.84 | 8.88 | - |
| YUV | 193.93 | 18.56 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 0 | 0 | 0.21 | 1 | 0.00 | 47.48 | 1 | 0.5 |
| Hex | FE | C9 | 0 | 0 | 15 | 64 | 0 | 2F | 64 | 32 |
| Octal | 376 | 311 | 0 | 0 | 25 | 144 | 0 | 57 | 144 | 62 |
| Binary | 11111110 | 11001001 | 0 | 0 | 10101 | 1100100 | 0 | 101111 | 1100100 | 110010 |
Color Harmonies of #FEC900
Complementary color
Monochromatic Colors of #FEC900
Black with #FEC900
Text Example
Text Example
White with #FEC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC900; }
p { color: rgb(254,201,0); }
H1.HeaderClassName
{
color: #FEC900;
}
.AnyTagClassName
{
color: #FEC900;
}
</style>
background-color css
<style>
a { background-color: #FEC900; }
a { background-color: rgb(254,201,0); }
div.DivClassName
{
background-color: #FEC900;
}
.BgClassName
{
background-color: #FEC900;
}
</style>
border-color css
<style>
span { border-color: #FEC900; }
span { border-color: rgb(254,201,0); }
td.TdClassName
{
border-color: #FEC900;
}
.TagClassName
{
border-color: #FEC900;
}
</style>