Shades of Tangerine Yellow #FED112
Tints of Tangerine Yellow #FED112
RGB
CMYK
RGB Variations
Color information
#FED112 (or 0xFED112) is known color: Tangerine Yellow. HEX triplet: FE, D1 and 12. RGB value is (254,209,18). Sum of RGB (Red+Green+Blue) = 254+209+18=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 18 (7.42% from 255 or 3.74% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FED112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED112 is #012EED. Grayscale: #C9C9C9. Windows color (decimal): -77550 or 1233406. OLE color: 1233406.
HSL color Cylindrical-coordinate representation of color #FED112: hue angle of 48.56º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FED112 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 18 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.00 |
| HSL | 48.56º | 0.99% | 0.53% | - |
| HSV(B) | 48.56º | 0.93% | 1% | - |
| XYZ | 63.78 | 66.72 | 10.09 | - |
| YUV | 200.68 | 24.91 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 18 | 0 | 0.18 | 0.93 | 0.00 | 48.56 | 0.99 | 0.53 |
| Hex | FE | D1 | 12 | 0 | 12 | 5D | 0 | 31 | 63 | 35 |
| Octal | 376 | 321 | 22 | 0 | 22 | 135 | 0 | 61 | 143 | 65 |
| Binary | 11111110 | 11010001 | 10010 | 0 | 10010 | 1011101 | 0 | 110001 | 1100011 | 110101 |
Color Harmonies of #FED112
Complementary color
Monochromatic Colors of #FED112
Black with #FED112
Text Example
Text Example
White with #FED112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED112; }
p { color: rgb(254,209,18); }
H1.HeaderClassName
{
color: #FED112;
}
.AnyTagClassName
{
color: #FED112;
}
</style>
background-color css
<style>
a { background-color: #FED112; }
a { background-color: rgb(254,209,18); }
div.DivClassName
{
background-color: #FED112;
}
.BgClassName
{
background-color: #FED112;
}
</style>
border-color css
<style>
span { border-color: #FED112; }
span { border-color: rgb(254,209,18); }
td.TdClassName
{
border-color: #FED112;
}
.TagClassName
{
border-color: #FED112;
}
</style>