Shades of Tangerine Yellow #FECD11
Tints of Tangerine Yellow #FECD11
RGB
CMYK
RGB Variations
Color information
#FECD11 (or 0xFECD11) is known color: Tangerine Yellow. HEX triplet: FE, CD and 11. RGB value is (254,205,17). Sum of RGB (Red+Green+Blue) = 254+205+17=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 17 (7.03% from 255 or 3.57% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD11 is #0132EE. Grayscale: #C7C7C7. Windows color (decimal): -78575 or 1166846. OLE color: 1166846.
HSL color Cylindrical-coordinate representation of color #FECD11: hue angle of 47.59º 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 #FECD11 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 17 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.00 |
| HSL | 47.59º | 0.99% | 0.53% | - |
| HSV(B) | 47.59º | 0.93% | 1% | - |
| XYZ | 62.81 | 64.77 | 9.72 | - |
| YUV | 198.22 | 25.73 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 17 | 0 | 0.19 | 0.93 | 0.00 | 47.59 | 0.99 | 0.53 |
| Hex | FE | CD | 11 | 0 | 13 | 5D | 0 | 30 | 63 | 35 |
| Octal | 376 | 315 | 21 | 0 | 23 | 135 | 0 | 60 | 143 | 65 |
| Binary | 11111110 | 11001101 | 10001 | 0 | 10011 | 1011101 | 0 | 110000 | 1100011 | 110101 |
Color Harmonies of #FECD11
Complementary color
Monochromatic Colors of #FECD11
Black with #FECD11
Text Example
Text Example
White with #FECD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD11; }
p { color: rgb(254,205,17); }
H1.HeaderClassName
{
color: #FECD11;
}
.AnyTagClassName
{
color: #FECD11;
}
</style>
background-color css
<style>
a { background-color: #FECD11; }
a { background-color: rgb(254,205,17); }
div.DivClassName
{
background-color: #FECD11;
}
.BgClassName
{
background-color: #FECD11;
}
</style>
border-color css
<style>
span { border-color: #FECD11; }
span { border-color: rgb(254,205,17); }
td.TdClassName
{
border-color: #FECD11;
}
.TagClassName
{
border-color: #FECD11;
}
</style>