Shades of Tangerine Yellow #FEC702
Tints of Tangerine Yellow #FEC702
RGB
CMYK
RGB Variations
Color information
#FEC702 (or 0xFEC702) is known color: Tangerine Yellow. HEX triplet: FE, C7 and 02. RGB value is (254,199,2). Sum of RGB (Red+Green+Blue) = 254+199+2=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC702 is #0138FD. Grayscale: #C1C1C1. Windows color (decimal): -80126 or 182270. OLE color: 182270.
HSL color Cylindrical-coordinate representation of color #FEC702: hue angle of 46.9º 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 #FEC702 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.00 |
| HSL | 46.9º | 0.99% | 0.5% | - |
| HSV(B) | 46.9º | 0.99% | 1% | - |
| XYZ | 61.31 | 61.92 | 8.78 | - |
| YUV | 192.99 | 20.22 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 2 | 0 | 0.22 | 0.99 | 0.00 | 46.9 | 0.99 | 0.5 |
| Hex | FE | C7 | 2 | 0 | 16 | 63 | 0 | 2F | 63 | 32 |
| Octal | 376 | 307 | 2 | 0 | 26 | 143 | 0 | 57 | 143 | 62 |
| Binary | 11111110 | 11000111 | 10 | 0 | 10110 | 1100011 | 0 | 101111 | 1100011 | 110010 |
Color Harmonies of #FEC702
Complementary color
Monochromatic Colors of #FEC702
Black with #FEC702
Text Example
Text Example
White with #FEC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC702; }
p { color: rgb(254,199,2); }
H1.HeaderClassName
{
color: #FEC702;
}
.AnyTagClassName
{
color: #FEC702;
}
</style>
background-color css
<style>
a { background-color: #FEC702; }
a { background-color: rgb(254,199,2); }
div.DivClassName
{
background-color: #FEC702;
}
.BgClassName
{
background-color: #FEC702;
}
</style>
border-color css
<style>
span { border-color: #FEC702; }
span { border-color: rgb(254,199,2); }
td.TdClassName
{
border-color: #FEC702;
}
.TagClassName
{
border-color: #FEC702;
}
</style>