Shades of Dark Tangerine #FEB013
Tints of Dark Tangerine #FEB013
RGB
CMYK
RGB Variations
Color information
#FEB013 (or 0xFEB013) is known color: Dark Tangerine. HEX triplet: FE, B0 and 13. RGB value is (254,176,19). Sum of RGB (Red+Green+Blue) = 254+176+19=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB013 is #014FEC. Grayscale: #B6B6B6. Windows color (decimal): -85997 or 1290494. OLE color: 1290494.
HSL color Cylindrical-coordinate representation of color #FEB013: hue angle of 40.09º 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 #FEB013 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 19 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.00 |
| HSL | 40.09º | 0.99% | 0.54% | - |
| HSV(B) | 40.09º | 0.93% | 1% | - |
| XYZ | 56.52 | 52.17 | 7.71 | - |
| YUV | 181.42 | 36.34 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 19 | 0 | 0.31 | 0.93 | 0.00 | 40.09 | 0.99 | 0.54 |
| Hex | FE | B0 | 13 | 0 | 1F | 5D | 0 | 28 | 63 | 36 |
| Octal | 376 | 260 | 23 | 0 | 37 | 135 | 0 | 50 | 143 | 66 |
| Binary | 11111110 | 10110000 | 10011 | 0 | 11111 | 1011101 | 0 | 101000 | 1100011 | 110110 |
Color Harmonies of #FEB013
Complementary color
Monochromatic Colors of #FEB013
Black with #FEB013
Text Example
Text Example
White with #FEB013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB013; }
p { color: rgb(254,176,19); }
H1.HeaderClassName
{
color: #FEB013;
}
.AnyTagClassName
{
color: #FEB013;
}
</style>
background-color css
<style>
a { background-color: #FEB013; }
a { background-color: rgb(254,176,19); }
div.DivClassName
{
background-color: #FEB013;
}
.BgClassName
{
background-color: #FEB013;
}
</style>
border-color css
<style>
span { border-color: #FEB013; }
span { border-color: rgb(254,176,19); }
td.TdClassName
{
border-color: #FEB013;
}
.TagClassName
{
border-color: #FEB013;
}
</style>