Shades of Tangerine Yellow #FED008
Tints of Tangerine Yellow #FED008
RGB
CMYK
RGB Variations
Color information
#FED008 (or 0xFED008) is known color: Tangerine Yellow. HEX triplet: FE, D0 and 08. RGB value is (254,208,8). Sum of RGB (Red+Green+Blue) = 254+208+8=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 8 (3.52% from 255 or 1.70% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FED008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED008 is #012FF7. Grayscale: #C7C7C7. Windows color (decimal): -77816 or 577790. OLE color: 577790.
HSL color Cylindrical-coordinate representation of color #FED008: hue angle of 48.78º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FED008 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 8 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.00 |
| HSL | 48.78º | 0.99% | 0.51% | - |
| HSV(B) | 48.78º | 0.97% | 1% | - |
| XYZ | 63.47 | 66.2 | 9.66 | - |
| YUV | 198.95 | 20.24 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 8 | 0 | 0.18 | 0.97 | 0.00 | 48.78 | 0.99 | 0.51 |
| Hex | FE | D0 | 8 | 0 | 12 | 61 | 0 | 31 | 63 | 33 |
| Octal | 376 | 320 | 10 | 0 | 22 | 141 | 0 | 61 | 143 | 63 |
| Binary | 11111110 | 11010000 | 1000 | 0 | 10010 | 1100001 | 0 | 110001 | 1100011 | 110011 |
Color Harmonies of #FED008
Complementary color
Monochromatic Colors of #FED008
Black with #FED008
Text Example
Text Example
White with #FED008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED008; }
p { color: rgb(254,208,8); }
H1.HeaderClassName
{
color: #FED008;
}
.AnyTagClassName
{
color: #FED008;
}
</style>
background-color css
<style>
a { background-color: #FED008; }
a { background-color: rgb(254,208,8); }
div.DivClassName
{
background-color: #FED008;
}
.BgClassName
{
background-color: #FED008;
}
</style>
border-color css
<style>
span { border-color: #FED008; }
span { border-color: rgb(254,208,8); }
td.TdClassName
{
border-color: #FED008;
}
.TagClassName
{
border-color: #FED008;
}
</style>