Shades of Tangerine Yellow #FECC11
Tints of Tangerine Yellow #FECC11
RGB
CMYK
RGB Variations
Color information
#FECC11 (or 0xFECC11) is known color: Tangerine Yellow. HEX triplet: FE, CC and 11. RGB value is (254,204,17). Sum of RGB (Red+Green+Blue) = 254+204+17=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 17 (7.03% from 255 or 3.58% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECC11 is #0133EE. Grayscale: #C6C6C6. Windows color (decimal): -78831 or 1166590. OLE color: 1166590.
HSL color Cylindrical-coordinate representation of color #FECC11: hue angle of 47.34º 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 #FECC11 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 17 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.00 |
| HSL | 47.34º | 0.99% | 0.53% | - |
| HSV(B) | 47.34º | 0.93% | 1% | - |
| XYZ | 62.57 | 64.3 | 9.64 | - |
| YUV | 197.63 | 26.07 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 17 | 0 | 0.20 | 0.93 | 0.00 | 47.34 | 0.99 | 0.53 |
| Hex | FE | CC | 11 | 0 | 14 | 5D | 0 | 2F | 63 | 35 |
| Octal | 376 | 314 | 21 | 0 | 24 | 135 | 0 | 57 | 143 | 65 |
| Binary | 11111110 | 11001100 | 10001 | 0 | 10100 | 1011101 | 0 | 101111 | 1100011 | 110101 |
Color Harmonies of #FECC11
Complementary color
Monochromatic Colors of #FECC11
Black with #FECC11
Text Example
Text Example
White with #FECC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC11; }
p { color: rgb(254,204,17); }
H1.HeaderClassName
{
color: #FECC11;
}
.AnyTagClassName
{
color: #FECC11;
}
</style>
background-color css
<style>
a { background-color: #FECC11; }
a { background-color: rgb(254,204,17); }
div.DivClassName
{
background-color: #FECC11;
}
.BgClassName
{
background-color: #FECC11;
}
</style>
border-color css
<style>
span { border-color: #FECC11; }
span { border-color: rgb(254,204,17); }
td.TdClassName
{
border-color: #FECC11;
}
.TagClassName
{
border-color: #FECC11;
}
</style>