Shades of Tangerine Yellow #FED104
Tints of Tangerine Yellow #FED104
RGB
CMYK
RGB Variations
Color information
#FED104 (or 0xFED104) is known color: Tangerine Yellow. HEX triplet: FE, D1 and 04. RGB value is (254,209,4). Sum of RGB (Red+Green+Blue) = 254+209+4=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 4 (1.95% from 255 or 0.86% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FED104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED104 is #012EFB. Grayscale: #C7C7C7. Windows color (decimal): -77564 or 315902. OLE color: 315902.
HSL color Cylindrical-coordinate representation of color #FED104: hue angle of 49.2º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FED104 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.00 |
| HSL | 49.2º | 0.99% | 0.51% | - |
| HSV(B) | 49.2º | 0.98% | 1% | - |
| XYZ | 63.7 | 66.68 | 9.63 | - |
| YUV | 199.09 | 17.91 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 4 | 0 | 0.18 | 0.98 | 0.00 | 49.2 | 0.99 | 0.51 |
| Hex | FE | D1 | 4 | 0 | 12 | 62 | 0 | 31 | 63 | 33 |
| Octal | 376 | 321 | 4 | 0 | 22 | 142 | 0 | 61 | 143 | 63 |
| Binary | 11111110 | 11010001 | 100 | 0 | 10010 | 1100010 | 0 | 110001 | 1100011 | 110011 |
Color Harmonies of #FED104
Complementary color
Monochromatic Colors of #FED104
Black with #FED104
Text Example
Text Example
White with #FED104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED104; }
p { color: rgb(254,209,4); }
H1.HeaderClassName
{
color: #FED104;
}
.AnyTagClassName
{
color: #FED104;
}
</style>
background-color css
<style>
a { background-color: #FED104; }
a { background-color: rgb(254,209,4); }
div.DivClassName
{
background-color: #FED104;
}
.BgClassName
{
background-color: #FED104;
}
</style>
border-color css
<style>
span { border-color: #FED104; }
span { border-color: rgb(254,209,4); }
td.TdClassName
{
border-color: #FED104;
}
.TagClassName
{
border-color: #FED104;
}
</style>