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