Shades of Tangerine Yellow #FECB11
Tints of Tangerine Yellow #FECB11
RGB
CMYK
RGB Variations
Color information
#FECB11 (or 0xFECB11) is known color: Tangerine Yellow. HEX triplet: FE, CB and 11. RGB value is (254,203,17). Sum of RGB (Red+Green+Blue) = 254+203+17=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 17 (7.03% from 255 or 3.59% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECB11 is #0134EE. Grayscale: #C5C5C5. Windows color (decimal): -79087 or 1166334. OLE color: 1166334.
HSL color Cylindrical-coordinate representation of color #FECB11: hue angle of 47.09º 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 #FECB11 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 17 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.00 |
| HSL | 47.09º | 0.99% | 0.53% | - |
| HSV(B) | 47.09º | 0.93% | 1% | - |
| XYZ | 62.33 | 63.82 | 9.56 | - |
| YUV | 197.05 | 26.4 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 17 | 0 | 0.20 | 0.93 | 0.00 | 47.09 | 0.99 | 0.53 |
| Hex | FE | CB | 11 | 0 | 14 | 5D | 0 | 2F | 63 | 35 |
| Octal | 376 | 313 | 21 | 0 | 24 | 135 | 0 | 57 | 143 | 65 |
| Binary | 11111110 | 11001011 | 10001 | 0 | 10100 | 1011101 | 0 | 101111 | 1100011 | 110101 |
Color Harmonies of #FECB11
Complementary color
Monochromatic Colors of #FECB11
Black with #FECB11
Text Example
Text Example
White with #FECB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB11; }
p { color: rgb(254,203,17); }
H1.HeaderClassName
{
color: #FECB11;
}
.AnyTagClassName
{
color: #FECB11;
}
</style>
background-color css
<style>
a { background-color: #FECB11; }
a { background-color: rgb(254,203,17); }
div.DivClassName
{
background-color: #FECB11;
}
.BgClassName
{
background-color: #FECB11;
}
</style>
border-color css
<style>
span { border-color: #FECB11; }
span { border-color: rgb(254,203,17); }
td.TdClassName
{
border-color: #FECB11;
}
.TagClassName
{
border-color: #FECB11;
}
</style>