Shades of Dark Tangerine #FEB113
Tints of Dark Tangerine #FEB113
RGB
CMYK
RGB Variations
Color information
#FEB113 (or 0xFEB113) is known color: Dark Tangerine. HEX triplet: FE, B1 and 13. RGB value is (254,177,19). Sum of RGB (Red+Green+Blue) = 254+177+19=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB113 is #014EEC. Grayscale: #B6B6B6. Windows color (decimal): -85741 or 1290750. OLE color: 1290750.
HSL color Cylindrical-coordinate representation of color #FEB113: hue angle of 40.34º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEB113 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 19 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.00 |
| HSL | 40.34º | 0.99% | 0.54% | - |
| HSV(B) | 40.34º | 0.93% | 1% | - |
| XYZ | 56.71 | 52.56 | 7.77 | - |
| YUV | 182.01 | 36.01 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 19 | 0 | 0.30 | 0.93 | 0.00 | 40.34 | 0.99 | 0.54 |
| Hex | FE | B1 | 13 | 0 | 1E | 5D | 0 | 28 | 63 | 36 |
| Octal | 376 | 261 | 23 | 0 | 36 | 135 | 0 | 50 | 143 | 66 |
| Binary | 11111110 | 10110001 | 10011 | 0 | 11110 | 1011101 | 0 | 101000 | 1100011 | 110110 |
Color Harmonies of #FEB113
Complementary color
Monochromatic Colors of #FEB113
Black with #FEB113
Text Example
Text Example
White with #FEB113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB113; }
p { color: rgb(254,177,19); }
H1.HeaderClassName
{
color: #FEB113;
}
.AnyTagClassName
{
color: #FEB113;
}
</style>
background-color css
<style>
a { background-color: #FEB113; }
a { background-color: rgb(254,177,19); }
div.DivClassName
{
background-color: #FEB113;
}
.BgClassName
{
background-color: #FEB113;
}
</style>
border-color css
<style>
span { border-color: #FEB113; }
span { border-color: rgb(254,177,19); }
td.TdClassName
{
border-color: #FEB113;
}
.TagClassName
{
border-color: #FEB113;
}
</style>