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