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