Shades of Tangerine Yellow #FEC906
Tints of Tangerine Yellow #FEC906
RGB
CMYK
RGB Variations
Color information
#FEC906 (or 0xFEC906) is known color: Tangerine Yellow. HEX triplet: FE, C9 and 06. RGB value is (254,201,6). Sum of RGB (Red+Green+Blue) = 254+201+6=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 6 (2.73% from 255 or 1.30% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC906 is #0136F9. Grayscale: #C3C3C3. Windows color (decimal): -79610 or 444926. OLE color: 444926.
HSL color Cylindrical-coordinate representation of color #FEC906: hue angle of 47.18º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEC906 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 6 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.00 |
| HSL | 47.18º | 0.99% | 0.51% | - |
| HSV(B) | 47.18º | 0.98% | 1% | - |
| XYZ | 61.79 | 62.86 | 9.05 | - |
| YUV | 194.62 | 21.56 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 6 | 0 | 0.21 | 0.98 | 0.00 | 47.18 | 0.99 | 0.51 |
| Hex | FE | C9 | 6 | 0 | 15 | 62 | 0 | 2F | 63 | 33 |
| Octal | 376 | 311 | 6 | 0 | 25 | 142 | 0 | 57 | 143 | 63 |
| Binary | 11111110 | 11001001 | 110 | 0 | 10101 | 1100010 | 0 | 101111 | 1100011 | 110011 |
Color Harmonies of #FEC906
Complementary color
Monochromatic Colors of #FEC906
Black with #FEC906
Text Example
Text Example
White with #FEC906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC906; }
p { color: rgb(254,201,6); }
H1.HeaderClassName
{
color: #FEC906;
}
.AnyTagClassName
{
color: #FEC906;
}
</style>
background-color css
<style>
a { background-color: #FEC906; }
a { background-color: rgb(254,201,6); }
div.DivClassName
{
background-color: #FEC906;
}
.BgClassName
{
background-color: #FEC906;
}
</style>
border-color css
<style>
span { border-color: #FEC906; }
span { border-color: rgb(254,201,6); }
td.TdClassName
{
border-color: #FEC906;
}
.TagClassName
{
border-color: #FEC906;
}
</style>