Shades of Tangerine Yellow #FECB0E
Tints of Tangerine Yellow #FECB0E
RGB
CMYK
RGB Variations
Color information
#FECB0E (or 0xFECB0E) is known color: Tangerine Yellow. HEX triplet: FE, CB and 0E. RGB value is (254,203,14). Sum of RGB (Red+Green+Blue) = 254+203+14=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 14 (5.86% from 255 or 2.97% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECB0E is #0134F1. Grayscale: #C5C5C5. Windows color (decimal): -79090 or 969726. OLE color: 969726.
HSL color Cylindrical-coordinate representation of color #FECB0E: hue angle of 47.25º 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 #FECB0E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 14 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.00 |
| HSL | 47.25º | 0.99% | 0.53% | - |
| HSV(B) | 47.25º | 0.94% | 1% | - |
| XYZ | 62.31 | 63.81 | 9.45 | - |
| YUV | 196.7 | 24.9 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 14 | 0 | 0.20 | 0.94 | 0.00 | 47.25 | 0.99 | 0.53 |
| Hex | FE | CB | E | 0 | 14 | 5E | 0 | 2F | 63 | 35 |
| Octal | 376 | 313 | 16 | 0 | 24 | 136 | 0 | 57 | 143 | 65 |
| Binary | 11111110 | 11001011 | 1110 | 0 | 10100 | 1011110 | 0 | 101111 | 1100011 | 110101 |
Color Harmonies of #FECB0E
Complementary color
Monochromatic Colors of #FECB0E
Black with #FECB0E
Text Example
Text Example
White with #FECB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB0E; }
p { color: rgb(254,203,14); }
H1.HeaderClassName
{
color: #FECB0E;
}
.AnyTagClassName
{
color: #FECB0E;
}
</style>
background-color css
<style>
a { background-color: #FECB0E; }
a { background-color: rgb(254,203,14); }
div.DivClassName
{
background-color: #FECB0E;
}
.BgClassName
{
background-color: #FECB0E;
}
</style>
border-color css
<style>
span { border-color: #FECB0E; }
span { border-color: rgb(254,203,14); }
td.TdClassName
{
border-color: #FECB0E;
}
.TagClassName
{
border-color: #FECB0E;
}
</style>