Shades of Tangerine Yellow #FEC90E
Tints of Tangerine Yellow #FEC90E
RGB
CMYK
RGB Variations
Color information
#FEC90E (or 0xFEC90E) is known color: Tangerine Yellow. HEX triplet: FE, C9 and 0E. RGB value is (254,201,14). Sum of RGB (Red+Green+Blue) = 254+201+14=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 14 (5.86% from 255 or 2.99% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC90E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC90E is #0136F1. Grayscale: #C4C4C4. Windows color (decimal): -79602 or 969214. OLE color: 969214.
HSL color Cylindrical-coordinate representation of color #FEC90E: hue angle of 46.75º 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 #FEC90E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 14 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.00 |
| HSL | 46.75º | 0.99% | 0.53% | - |
| HSV(B) | 46.75º | 0.94% | 1% | - |
| XYZ | 61.84 | 62.88 | 9.29 | - |
| YUV | 195.53 | 25.56 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 14 | 0 | 0.21 | 0.94 | 0.00 | 46.75 | 0.99 | 0.53 |
| Hex | FE | C9 | E | 0 | 15 | 5E | 0 | 2F | 63 | 35 |
| Octal | 376 | 311 | 16 | 0 | 25 | 136 | 0 | 57 | 143 | 65 |
| Binary | 11111110 | 11001001 | 1110 | 0 | 10101 | 1011110 | 0 | 101111 | 1100011 | 110101 |
Color Harmonies of #FEC90E
Complementary color
Monochromatic Colors of #FEC90E
Black with #FEC90E
Text Example
Text Example
White with #FEC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC90E; }
p { color: rgb(254,201,14); }
H1.HeaderClassName
{
color: #FEC90E;
}
.AnyTagClassName
{
color: #FEC90E;
}
</style>
background-color css
<style>
a { background-color: #FEC90E; }
a { background-color: rgb(254,201,14); }
div.DivClassName
{
background-color: #FEC90E;
}
.BgClassName
{
background-color: #FEC90E;
}
</style>
border-color css
<style>
span { border-color: #FEC90E; }
span { border-color: rgb(254,201,14); }
td.TdClassName
{
border-color: #FEC90E;
}
.TagClassName
{
border-color: #FEC90E;
}
</style>