Shades of Tangerine Yellow #FED004
Tints of Tangerine Yellow #FED004
RGB
CMYK
RGB Variations
Color information
#FED004 (or 0xFED004) is known color: Tangerine Yellow. HEX triplet: FE, D0 and 04. RGB value is (254,208,4). Sum of RGB (Red+Green+Blue) = 254+208+4=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 4 (1.95% from 255 or 0.86% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FED004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED004 is #012FFB. Grayscale: #C7C7C7. Windows color (decimal): -77820 or 315646. OLE color: 315646.
HSL color Cylindrical-coordinate representation of color #FED004: hue angle of 48.96º 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 #FED004 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.00 |
| HSL | 48.96º | 0.99% | 0.51% | - |
| HSV(B) | 48.96º | 0.98% | 1% | - |
| XYZ | 63.45 | 66.19 | 9.55 | - |
| YUV | 198.5 | 18.24 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 4 | 0 | 0.18 | 0.98 | 0.00 | 48.96 | 0.99 | 0.51 |
| Hex | FE | D0 | 4 | 0 | 12 | 62 | 0 | 31 | 63 | 33 |
| Octal | 376 | 320 | 4 | 0 | 22 | 142 | 0 | 61 | 143 | 63 |
| Binary | 11111110 | 11010000 | 100 | 0 | 10010 | 1100010 | 0 | 110001 | 1100011 | 110011 |
Color Harmonies of #FED004
Complementary color
Monochromatic Colors of #FED004
Black with #FED004
Text Example
Text Example
White with #FED004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED004; }
p { color: rgb(254,208,4); }
H1.HeaderClassName
{
color: #FED004;
}
.AnyTagClassName
{
color: #FED004;
}
</style>
background-color css
<style>
a { background-color: #FED004; }
a { background-color: rgb(254,208,4); }
div.DivClassName
{
background-color: #FED004;
}
.BgClassName
{
background-color: #FED004;
}
</style>
border-color css
<style>
span { border-color: #FED004; }
span { border-color: rgb(254,208,4); }
td.TdClassName
{
border-color: #FED004;
}
.TagClassName
{
border-color: #FED004;
}
</style>