Shades of Tangerine Yellow #FECB10
Tints of Tangerine Yellow #FECB10
RGB
CMYK
RGB Variations
Color information
#FECB10 (or 0xFECB10) is known color: Tangerine Yellow. HEX triplet: FE, CB and 10. RGB value is (254,203,16). Sum of RGB (Red+Green+Blue) = 254+203+16=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 16 (6.64% from 255 or 3.38% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECB10 is #0134EF. Grayscale: #C5C5C5. Windows color (decimal): -79088 or 1100798. OLE color: 1100798.
HSL color Cylindrical-coordinate representation of color #FECB10: hue angle of 47.14º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FECB10 is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 16 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.00 |
| HSL | 47.14º | 0.99% | 0.53% | - |
| HSV(B) | 47.14º | 0.94% | 1% | - |
| XYZ | 62.32 | 63.82 | 9.52 | - |
| YUV | 196.93 | 25.9 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 16 | 0 | 0.20 | 0.94 | 0.00 | 47.14 | 0.99 | 0.53 |
| Hex | FE | CB | 10 | 0 | 14 | 5E | 0 | 2F | 63 | 35 |
| Octal | 376 | 313 | 20 | 0 | 24 | 136 | 0 | 57 | 143 | 65 |
| Binary | 11111110 | 11001011 | 10000 | 0 | 10100 | 1011110 | 0 | 101111 | 1100011 | 110101 |
Color Harmonies of #FECB10
Complementary color
Monochromatic Colors of #FECB10
Black with #FECB10
Text Example
Text Example
White with #FECB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB10; }
p { color: rgb(254,203,16); }
H1.HeaderClassName
{
color: #FECB10;
}
.AnyTagClassName
{
color: #FECB10;
}
</style>
background-color css
<style>
a { background-color: #FECB10; }
a { background-color: rgb(254,203,16); }
div.DivClassName
{
background-color: #FECB10;
}
.BgClassName
{
background-color: #FECB10;
}
</style>
border-color css
<style>
span { border-color: #FECB10; }
span { border-color: rgb(254,203,16); }
td.TdClassName
{
border-color: #FECB10;
}
.TagClassName
{
border-color: #FECB10;
}
</style>