Shades of Tangerine Yellow #FED111
Tints of Tangerine Yellow #FED111
RGB
CMYK
RGB Variations
Color information
#FED111 (or 0xFED111) is known color: Tangerine Yellow. HEX triplet: FE, D1 and 11. RGB value is (254,209,17). Sum of RGB (Red+Green+Blue) = 254+209+17=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 17 (7.03% from 255 or 3.54% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FED111 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED111 is #012EEE. Grayscale: #C9C9C9. Windows color (decimal): -77551 or 1167870. OLE color: 1167870.
HSL color Cylindrical-coordinate representation of color #FED111: hue angle of 48.61º 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 #FED111 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 17 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.00 |
| HSL | 48.61º | 0.99% | 0.53% | - |
| HSV(B) | 48.61º | 0.93% | 1% | - |
| XYZ | 63.77 | 66.71 | 10.05 | - |
| YUV | 200.57 | 24.41 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 17 | 0 | 0.18 | 0.93 | 0.00 | 48.61 | 0.99 | 0.53 |
| Hex | FE | D1 | 11 | 0 | 12 | 5D | 0 | 31 | 63 | 35 |
| Octal | 376 | 321 | 21 | 0 | 22 | 135 | 0 | 61 | 143 | 65 |
| Binary | 11111110 | 11010001 | 10001 | 0 | 10010 | 1011101 | 0 | 110001 | 1100011 | 110101 |
Color Harmonies of #FED111
Complementary color
Monochromatic Colors of #FED111
Black with #FED111
Text Example
Text Example
White with #FED111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED111; }
p { color: rgb(254,209,17); }
H1.HeaderClassName
{
color: #FED111;
}
.AnyTagClassName
{
color: #FED111;
}
</style>
background-color css
<style>
a { background-color: #FED111; }
a { background-color: rgb(254,209,17); }
div.DivClassName
{
background-color: #FED111;
}
.BgClassName
{
background-color: #FED111;
}
</style>
border-color css
<style>
span { border-color: #FED111; }
span { border-color: rgb(254,209,17); }
td.TdClassName
{
border-color: #FED111;
}
.TagClassName
{
border-color: #FED111;
}
</style>