Shades of Tangerine Yellow #FED108
Tints of Tangerine Yellow #FED108
RGB
CMYK
RGB Variations
Color information
#FED108 (or 0xFED108) is known color: Tangerine Yellow. HEX triplet: FE, D1 and 08. RGB value is (254,209,8). Sum of RGB (Red+Green+Blue) = 254+209+8=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 8 (3.52% from 255 or 1.70% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FED108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED108 is #012EF7. Grayscale: #C8C8C8. Windows color (decimal): -77560 or 578046. OLE color: 578046.
HSL color Cylindrical-coordinate representation of color #FED108: hue angle of 49.02º 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 #FED108 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 8 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.00 |
| HSL | 49.02º | 0.99% | 0.51% | - |
| HSV(B) | 49.02º | 0.97% | 1% | - |
| XYZ | 63.72 | 66.69 | 9.74 | - |
| YUV | 199.54 | 19.91 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 8 | 0 | 0.18 | 0.97 | 0.00 | 49.02 | 0.99 | 0.51 |
| Hex | FE | D1 | 8 | 0 | 12 | 61 | 0 | 31 | 63 | 33 |
| Octal | 376 | 321 | 10 | 0 | 22 | 141 | 0 | 61 | 143 | 63 |
| Binary | 11111110 | 11010001 | 1000 | 0 | 10010 | 1100001 | 0 | 110001 | 1100011 | 110011 |
Color Harmonies of #FED108
Complementary color
Monochromatic Colors of #FED108
Black with #FED108
Text Example
Text Example
White with #FED108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED108; }
p { color: rgb(254,209,8); }
H1.HeaderClassName
{
color: #FED108;
}
.AnyTagClassName
{
color: #FED108;
}
</style>
background-color css
<style>
a { background-color: #FED108; }
a { background-color: rgb(254,209,8); }
div.DivClassName
{
background-color: #FED108;
}
.BgClassName
{
background-color: #FED108;
}
</style>
border-color css
<style>
span { border-color: #FED108; }
span { border-color: rgb(254,209,8); }
td.TdClassName
{
border-color: #FED108;
}
.TagClassName
{
border-color: #FED108;
}
</style>