Shades of Tangerine Yellow #FEC704
Tints of Tangerine Yellow #FEC704
RGB
CMYK
RGB Variations
Color information
#FEC704 (or 0xFEC704) is known color: Tangerine Yellow. HEX triplet: FE, C7 and 04. RGB value is (254,199,4). Sum of RGB (Red+Green+Blue) = 254+199+4=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 4 (1.95% from 255 or 0.88% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC704 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC704 is #0138FB. Grayscale: #C2C2C2. Windows color (decimal): -80124 or 313342. OLE color: 313342.
HSL color Cylindrical-coordinate representation of color #FEC704: hue angle of 46.8º 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 #FEC704 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.00 |
| HSL | 46.8º | 0.99% | 0.51% | - |
| HSV(B) | 46.8º | 0.98% | 1% | - |
| XYZ | 61.32 | 61.93 | 8.84 | - |
| YUV | 193.22 | 21.22 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 4 | 0 | 0.22 | 0.98 | 0.00 | 46.8 | 0.99 | 0.51 |
| Hex | FE | C7 | 4 | 0 | 16 | 62 | 0 | 2F | 63 | 33 |
| Octal | 376 | 307 | 4 | 0 | 26 | 142 | 0 | 57 | 143 | 63 |
| Binary | 11111110 | 11000111 | 100 | 0 | 10110 | 1100010 | 0 | 101111 | 1100011 | 110011 |
Color Harmonies of #FEC704
Complementary color
Monochromatic Colors of #FEC704
Black with #FEC704
Text Example
Text Example
White with #FEC704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC704; }
p { color: rgb(254,199,4); }
H1.HeaderClassName
{
color: #FEC704;
}
.AnyTagClassName
{
color: #FEC704;
}
</style>
background-color css
<style>
a { background-color: #FEC704; }
a { background-color: rgb(254,199,4); }
div.DivClassName
{
background-color: #FEC704;
}
.BgClassName
{
background-color: #FEC704;
}
</style>
border-color css
<style>
span { border-color: #FEC704; }
span { border-color: rgb(254,199,4); }
td.TdClassName
{
border-color: #FEC704;
}
.TagClassName
{
border-color: #FEC704;
}
</style>