Shades of Tangerine Yellow #FEC807
Tints of Tangerine Yellow #FEC807
RGB
CMYK
RGB Variations
Color information
#FEC807 (or 0xFEC807) is known color: Tangerine Yellow. HEX triplet: FE, C8 and 07. RGB value is (254,200,7). Sum of RGB (Red+Green+Blue) = 254+200+7=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC807 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC807 is #0137F8. Grayscale: #C2C2C2. Windows color (decimal): -79865 or 510206. OLE color: 510206.
HSL color Cylindrical-coordinate representation of color #FEC807: hue angle of 46.88º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEC807 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 7 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.00 |
| HSL | 46.88º | 0.99% | 0.51% | - |
| HSV(B) | 46.88º | 0.97% | 1% | - |
| XYZ | 61.57 | 62.39 | 9 | - |
| YUV | 194.14 | 22.39 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 7 | 0 | 0.21 | 0.97 | 0.00 | 46.88 | 0.99 | 0.51 |
| Hex | FE | C8 | 7 | 0 | 15 | 61 | 0 | 2F | 63 | 33 |
| Octal | 376 | 310 | 7 | 0 | 25 | 141 | 0 | 57 | 143 | 63 |
| Binary | 11111110 | 11001000 | 111 | 0 | 10101 | 1100001 | 0 | 101111 | 1100011 | 110011 |
Color Harmonies of #FEC807
Complementary color
Monochromatic Colors of #FEC807
Black with #FEC807
Text Example
Text Example
White with #FEC807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC807; }
p { color: rgb(254,200,7); }
H1.HeaderClassName
{
color: #FEC807;
}
.AnyTagClassName
{
color: #FEC807;
}
</style>
background-color css
<style>
a { background-color: #FEC807; }
a { background-color: rgb(254,200,7); }
div.DivClassName
{
background-color: #FEC807;
}
.BgClassName
{
background-color: #FEC807;
}
</style>
border-color css
<style>
span { border-color: #FEC807; }
span { border-color: rgb(254,200,7); }
td.TdClassName
{
border-color: #FEC807;
}
.TagClassName
{
border-color: #FEC807;
}
</style>