Shades of Tangerine Yellow #FEC905
Tints of Tangerine Yellow #FEC905
RGB
CMYK
RGB Variations
Color information
#FEC905 (or 0xFEC905) is known color: Tangerine Yellow. HEX triplet: FE, C9 and 05. RGB value is (254,201,5). Sum of RGB (Red+Green+Blue) = 254+201+5=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 5 (2.34% from 255 or 1.09% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC905 is #0136FA. Grayscale: #C3C3C3. Windows color (decimal): -79611 or 379390. OLE color: 379390.
HSL color Cylindrical-coordinate representation of color #FEC905: hue angle of 47.23º 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 #FEC905 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.00 |
| HSL | 47.23º | 0.99% | 0.51% | - |
| HSV(B) | 47.23º | 0.98% | 1% | - |
| XYZ | 61.79 | 62.86 | 9.02 | - |
| YUV | 194.5 | 21.06 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 5 | 0 | 0.21 | 0.98 | 0.00 | 47.23 | 0.99 | 0.51 |
| Hex | FE | C9 | 5 | 0 | 15 | 62 | 0 | 2F | 63 | 33 |
| Octal | 376 | 311 | 5 | 0 | 25 | 142 | 0 | 57 | 143 | 63 |
| Binary | 11111110 | 11001001 | 101 | 0 | 10101 | 1100010 | 0 | 101111 | 1100011 | 110011 |
Color Harmonies of #FEC905
Complementary color
Monochromatic Colors of #FEC905
Black with #FEC905
Text Example
Text Example
White with #FEC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC905; }
p { color: rgb(254,201,5); }
H1.HeaderClassName
{
color: #FEC905;
}
.AnyTagClassName
{
color: #FEC905;
}
</style>
background-color css
<style>
a { background-color: #FEC905; }
a { background-color: rgb(254,201,5); }
div.DivClassName
{
background-color: #FEC905;
}
.BgClassName
{
background-color: #FEC905;
}
</style>
border-color css
<style>
span { border-color: #FEC905; }
span { border-color: rgb(254,201,5); }
td.TdClassName
{
border-color: #FEC905;
}
.TagClassName
{
border-color: #FEC905;
}
</style>