Shades of Tangerine Yellow #FED100
Tints of Tangerine Yellow #FED100
RGB
CMYK
RGB Variations
Color information
#FED100 (or 0xFED100) is known color: Tangerine Yellow. HEX triplet: FE, D1 and 00. RGB value is (254,209,0). Sum of RGB (Red+Green+Blue) = 254+209+0=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FED100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED100 is #012EFF. Grayscale: #C7C7C7. Windows color (decimal): -77568 or 53758. OLE color: 53758.
HSL color Cylindrical-coordinate representation of color #FED100: hue angle of 49.37º 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 #FED100 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.00 |
| HSL | 49.37º | 1% | 0.5% | - |
| HSV(B) | 49.37º | 1% | 1% | - |
| XYZ | 63.67 | 66.67 | 9.51 | - |
| YUV | 198.63 | 15.91 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 0 | 0 | 0.18 | 1 | 0.00 | 49.37 | 1 | 0.5 |
| Hex | FE | D1 | 0 | 0 | 12 | 64 | 0 | 31 | 64 | 32 |
| Octal | 376 | 321 | 0 | 0 | 22 | 144 | 0 | 61 | 144 | 62 |
| Binary | 11111110 | 11010001 | 0 | 0 | 10010 | 1100100 | 0 | 110001 | 1100100 | 110010 |
Color Harmonies of #FED100
Complementary color
Monochromatic Colors of #FED100
Black with #FED100
Text Example
Text Example
White with #FED100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED100; }
p { color: rgb(254,209,0); }
H1.HeaderClassName
{
color: #FED100;
}
.AnyTagClassName
{
color: #FED100;
}
</style>
background-color css
<style>
a { background-color: #FED100; }
a { background-color: rgb(254,209,0); }
div.DivClassName
{
background-color: #FED100;
}
.BgClassName
{
background-color: #FED100;
}
</style>
border-color css
<style>
span { border-color: #FED100; }
span { border-color: rgb(254,209,0); }
td.TdClassName
{
border-color: #FED100;
}
.TagClassName
{
border-color: #FED100;
}
</style>