Shades of Tangerine Yellow #FEC800
Tints of Tangerine Yellow #FEC800
RGB
CMYK
RGB Variations
Color information
#FEC800 (or 0xFEC800) is known color: Tangerine Yellow. HEX triplet: FE, C8 and 00. RGB value is (254,200,0). Sum of RGB (Red+Green+Blue) = 254+200+0=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC800 is #0137FF. Grayscale: #C2C2C2. Windows color (decimal): -79872 or 51454. OLE color: 51454.
HSL color Cylindrical-coordinate representation of color #FEC800: hue angle of 47.24º 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 #FEC800 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.00 |
| HSL | 47.24º | 1% | 0.5% | - |
| HSV(B) | 47.24º | 1% | 1% | - |
| XYZ | 61.53 | 62.38 | 8.8 | - |
| YUV | 193.35 | 18.89 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 0 | 0 | 0.21 | 1 | 0.00 | 47.24 | 1 | 0.5 |
| Hex | FE | C8 | 0 | 0 | 15 | 64 | 0 | 2F | 64 | 32 |
| Octal | 376 | 310 | 0 | 0 | 25 | 144 | 0 | 57 | 144 | 62 |
| Binary | 11111110 | 11001000 | 0 | 0 | 10101 | 1100100 | 0 | 101111 | 1100100 | 110010 |
Color Harmonies of #FEC800
Complementary color
Monochromatic Colors of #FEC800
Black with #FEC800
Text Example
Text Example
White with #FEC800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC800; }
p { color: rgb(254,200,0); }
H1.HeaderClassName
{
color: #FEC800;
}
.AnyTagClassName
{
color: #FEC800;
}
</style>
background-color css
<style>
a { background-color: #FEC800; }
a { background-color: rgb(254,200,0); }
div.DivClassName
{
background-color: #FEC800;
}
.BgClassName
{
background-color: #FEC800;
}
</style>
border-color css
<style>
span { border-color: #FEC800; }
span { border-color: rgb(254,200,0); }
td.TdClassName
{
border-color: #FEC800;
}
.TagClassName
{
border-color: #FEC800;
}
</style>