Shades of Tangerine Yellow #FECE11
Tints of Tangerine Yellow #FECE11
RGB
CMYK
RGB Variations
Color information
#FECE11 (or 0xFECE11) is known color: Tangerine Yellow. HEX triplet: FE, CE and 11. RGB value is (254,206,17). Sum of RGB (Red+Green+Blue) = 254+206+17=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 17 (7.03% from 255 or 3.56% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECE11 is #0131EE. Grayscale: #C7C7C7. Windows color (decimal): -78319 or 1167102. OLE color: 1167102.
HSL color Cylindrical-coordinate representation of color #FECE11: hue angle of 47.85º 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 #FECE11 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 17 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.00 |
| HSL | 47.85º | 0.99% | 0.53% | - |
| HSV(B) | 47.85º | 0.93% | 1% | - |
| XYZ | 63.05 | 65.25 | 9.8 | - |
| YUV | 198.81 | 25.4 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 17 | 0 | 0.19 | 0.93 | 0.00 | 47.85 | 0.99 | 0.53 |
| Hex | FE | CE | 11 | 0 | 13 | 5D | 0 | 30 | 63 | 35 |
| Octal | 376 | 316 | 21 | 0 | 23 | 135 | 0 | 60 | 143 | 65 |
| Binary | 11111110 | 11001110 | 10001 | 0 | 10011 | 1011101 | 0 | 110000 | 1100011 | 110101 |
Color Harmonies of #FECE11
Complementary color
Monochromatic Colors of #FECE11
Black with #FECE11
Text Example
Text Example
White with #FECE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE11; }
p { color: rgb(254,206,17); }
H1.HeaderClassName
{
color: #FECE11;
}
.AnyTagClassName
{
color: #FECE11;
}
</style>
background-color css
<style>
a { background-color: #FECE11; }
a { background-color: rgb(254,206,17); }
div.DivClassName
{
background-color: #FECE11;
}
.BgClassName
{
background-color: #FECE11;
}
</style>
border-color css
<style>
span { border-color: #FECE11; }
span { border-color: rgb(254,206,17); }
td.TdClassName
{
border-color: #FECE11;
}
.TagClassName
{
border-color: #FECE11;
}
</style>