Shades of Dark Tangerine #FEB713
Tints of Dark Tangerine #FEB713
RGB
CMYK
RGB Variations
Color information
#FEB713 (or 0xFEB713) is known color: Dark Tangerine. HEX triplet: FE, B7 and 13. RGB value is (254,183,19). Sum of RGB (Red+Green+Blue) = 254+183+19=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 19 (7.81% from 255 or 4.17% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB713 is #0148EC. Grayscale: #BABABA. Windows color (decimal): -84205 or 1292286. OLE color: 1292286.
HSL color Cylindrical-coordinate representation of color #FEB713: hue angle of 41.87º 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 #FEB713 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 19 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.00 |
| HSL | 41.87º | 0.99% | 0.54% | - |
| HSV(B) | 41.87º | 0.93% | 1% | - |
| XYZ | 57.92 | 54.98 | 8.18 | - |
| YUV | 185.53 | 34.02 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 19 | 0 | 0.28 | 0.93 | 0.00 | 41.87 | 0.99 | 0.54 |
| Hex | FE | B7 | 13 | 0 | 1C | 5D | 0 | 2A | 63 | 36 |
| Octal | 376 | 267 | 23 | 0 | 34 | 135 | 0 | 52 | 143 | 66 |
| Binary | 11111110 | 10110111 | 10011 | 0 | 11100 | 1011101 | 0 | 101010 | 1100011 | 110110 |
Color Harmonies of #FEB713
Complementary color
Monochromatic Colors of #FEB713
Black with #FEB713
Text Example
Text Example
White with #FEB713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB713; }
p { color: rgb(254,183,19); }
H1.HeaderClassName
{
color: #FEB713;
}
.AnyTagClassName
{
color: #FEB713;
}
</style>
background-color css
<style>
a { background-color: #FEB713; }
a { background-color: rgb(254,183,19); }
div.DivClassName
{
background-color: #FEB713;
}
.BgClassName
{
background-color: #FEB713;
}
</style>
border-color css
<style>
span { border-color: #FEB713; }
span { border-color: rgb(254,183,19); }
td.TdClassName
{
border-color: #FEB713;
}
.TagClassName
{
border-color: #FEB713;
}
</style>