Shades of Tangerine Yellow #FEC700
Tints of Tangerine Yellow #FEC700
RGB
CMYK
RGB Variations
Color information
#FEC700 (or 0xFEC700) is known color: Tangerine Yellow. HEX triplet: FE, C7 and 00. RGB value is (254,199,0). Sum of RGB (Red+Green+Blue) = 254+199+0=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC700 is #0138FF. Grayscale: #C1C1C1. Windows color (decimal): -80128 or 51198. OLE color: 51198.
HSL color Cylindrical-coordinate representation of color #FEC700: hue angle of 47.01º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEC700 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.00 |
| HSL | 47.01º | 1% | 0.5% | - |
| HSV(B) | 47.01º | 1% | 1% | - |
| XYZ | 61.3 | 61.92 | 8.72 | - |
| YUV | 192.76 | 19.22 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 0 | 0 | 0.22 | 1 | 0.00 | 47.01 | 1 | 0.5 |
| Hex | FE | C7 | 0 | 0 | 16 | 64 | 0 | 2F | 64 | 32 |
| Octal | 376 | 307 | 0 | 0 | 26 | 144 | 0 | 57 | 144 | 62 |
| Binary | 11111110 | 11000111 | 0 | 0 | 10110 | 1100100 | 0 | 101111 | 1100100 | 110010 |
Color Harmonies of #FEC700
Complementary color
Monochromatic Colors of #FEC700
Black with #FEC700
Text Example
Text Example
White with #FEC700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC700; }
p { color: rgb(254,199,0); }
H1.HeaderClassName
{
color: #FEC700;
}
.AnyTagClassName
{
color: #FEC700;
}
</style>
background-color css
<style>
a { background-color: #FEC700; }
a { background-color: rgb(254,199,0); }
div.DivClassName
{
background-color: #FEC700;
}
.BgClassName
{
background-color: #FEC700;
}
</style>
border-color css
<style>
span { border-color: #FEC700; }
span { border-color: rgb(254,199,0); }
td.TdClassName
{
border-color: #FEC700;
}
.TagClassName
{
border-color: #FEC700;
}
</style>