Shades of Dark Tangerine #FEB913
Tints of Dark Tangerine #FEB913
RGB
CMYK
RGB Variations
Color information
#FEB913 (or 0xFEB913) is known color: Dark Tangerine. HEX triplet: FE, B9 and 13. RGB value is (254,185,19). Sum of RGB (Red+Green+Blue) = 254+185+19=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 19 (7.81% from 255 or 4.15% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB913 is #0146EC. Grayscale: #BBBBBB. Windows color (decimal): -83693 or 1292798. OLE color: 1292798.
HSL color Cylindrical-coordinate representation of color #FEB913: hue angle of 42.38º 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 #FEB913 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 19 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.00 |
| HSL | 42.38º | 0.99% | 0.54% | - |
| HSV(B) | 42.38º | 0.93% | 1% | - |
| XYZ | 58.34 | 55.82 | 8.31 | - |
| YUV | 186.71 | 33.36 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 19 | 0 | 0.27 | 0.93 | 0.00 | 42.38 | 0.99 | 0.54 |
| Hex | FE | B9 | 13 | 0 | 1B | 5D | 0 | 2A | 63 | 36 |
| Octal | 376 | 271 | 23 | 0 | 33 | 135 | 0 | 52 | 143 | 66 |
| Binary | 11111110 | 10111001 | 10011 | 0 | 11011 | 1011101 | 0 | 101010 | 1100011 | 110110 |
Color Harmonies of #FEB913
Complementary color
Monochromatic Colors of #FEB913
Black with #FEB913
Text Example
Text Example
White with #FEB913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB913; }
p { color: rgb(254,185,19); }
H1.HeaderClassName
{
color: #FEB913;
}
.AnyTagClassName
{
color: #FEB913;
}
</style>
background-color css
<style>
a { background-color: #FEB913; }
a { background-color: rgb(254,185,19); }
div.DivClassName
{
background-color: #FEB913;
}
.BgClassName
{
background-color: #FEB913;
}
</style>
border-color css
<style>
span { border-color: #FEB913; }
span { border-color: rgb(254,185,19); }
td.TdClassName
{
border-color: #FEB913;
}
.TagClassName
{
border-color: #FEB913;
}
</style>