Shades of Tangerine Yellow #FEC912
Tints of Tangerine Yellow #FEC912
RGB
CMYK
RGB Variations
Color information
#FEC912 (or 0xFEC912) is known color: Tangerine Yellow. HEX triplet: FE, C9 and 12. RGB value is (254,201,18). Sum of RGB (Red+Green+Blue) = 254+201+18=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 18 (7.42% from 255 or 3.81% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC912 is #0136ED. Grayscale: #C4C4C4. Windows color (decimal): -79598 or 1231358. OLE color: 1231358.
HSL color Cylindrical-coordinate representation of color #FEC912: hue angle of 46.53º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEC912 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 18 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.00 |
| HSL | 46.53º | 0.99% | 0.53% | - |
| HSV(B) | 46.53º | 0.93% | 1% | - |
| XYZ | 61.87 | 62.89 | 9.45 | - |
| YUV | 195.99 | 27.56 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 18 | 0 | 0.21 | 0.93 | 0.00 | 46.53 | 0.99 | 0.53 |
| Hex | FE | C9 | 12 | 0 | 15 | 5D | 0 | 2F | 63 | 35 |
| Octal | 376 | 311 | 22 | 0 | 25 | 135 | 0 | 57 | 143 | 65 |
| Binary | 11111110 | 11001001 | 10010 | 0 | 10101 | 1011101 | 0 | 101111 | 1100011 | 110101 |
Color Harmonies of #FEC912
Complementary color
Monochromatic Colors of #FEC912
Black with #FEC912
Text Example
Text Example
White with #FEC912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC912; }
p { color: rgb(254,201,18); }
H1.HeaderClassName
{
color: #FEC912;
}
.AnyTagClassName
{
color: #FEC912;
}
</style>
background-color css
<style>
a { background-color: #FEC912; }
a { background-color: rgb(254,201,18); }
div.DivClassName
{
background-color: #FEC912;
}
.BgClassName
{
background-color: #FEC912;
}
</style>
border-color css
<style>
span { border-color: #FEC912; }
span { border-color: rgb(254,201,18); }
td.TdClassName
{
border-color: #FEC912;
}
.TagClassName
{
border-color: #FEC912;
}
</style>