Shades of Tangerine Yellow #FEC802
Tints of Tangerine Yellow #FEC802
RGB
CMYK
RGB Variations
Color information
#FEC802 (or 0xFEC802) is known color: Tangerine Yellow. HEX triplet: FE, C8 and 02. RGB value is (254,200,2). Sum of RGB (Red+Green+Blue) = 254+200+2=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 2 (1.17% from 255 or 0.44% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC802 is #0137FD. Grayscale: #C2C2C2. Windows color (decimal): -79870 or 182526. OLE color: 182526.
HSL color Cylindrical-coordinate representation of color #FEC802: hue angle of 47.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEC802 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.00 |
| HSL | 47.14º | 0.99% | 0.5% | - |
| HSV(B) | 47.14º | 0.99% | 1% | - |
| XYZ | 61.54 | 62.38 | 8.86 | - |
| YUV | 193.57 | 19.89 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 2 | 0 | 0.21 | 0.99 | 0.00 | 47.14 | 0.99 | 0.5 |
| Hex | FE | C8 | 2 | 0 | 15 | 63 | 0 | 2F | 63 | 32 |
| Octal | 376 | 310 | 2 | 0 | 25 | 143 | 0 | 57 | 143 | 62 |
| Binary | 11111110 | 11001000 | 10 | 0 | 10101 | 1100011 | 0 | 101111 | 1100011 | 110010 |
Color Harmonies of #FEC802
Complementary color
Monochromatic Colors of #FEC802
Black with #FEC802
Text Example
Text Example
White with #FEC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC802; }
p { color: rgb(254,200,2); }
H1.HeaderClassName
{
color: #FEC802;
}
.AnyTagClassName
{
color: #FEC802;
}
</style>
background-color css
<style>
a { background-color: #FEC802; }
a { background-color: rgb(254,200,2); }
div.DivClassName
{
background-color: #FEC802;
}
.BgClassName
{
background-color: #FEC802;
}
</style>
border-color css
<style>
span { border-color: #FEC802; }
span { border-color: rgb(254,200,2); }
td.TdClassName
{
border-color: #FEC802;
}
.TagClassName
{
border-color: #FEC802;
}
</style>