Shades of Dark Tangerine #FEB710
Tints of Dark Tangerine #FEB710
RGB
CMYK
RGB Variations
Color information
#FEB710 (or 0xFEB710) is known color: Dark Tangerine. HEX triplet: FE, B7 and 10. RGB value is (254,183,16). Sum of RGB (Red+Green+Blue) = 254+183+16=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB710 is #0148EF. Grayscale: #B9B9B9. Windows color (decimal): -84208 or 1095678. OLE color: 1095678.
HSL color Cylindrical-coordinate representation of color #FEB710: hue angle of 42.1º 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 #FEB710 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 16 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.00 |
| HSL | 42.1º | 0.99% | 0.53% | - |
| HSV(B) | 42.1º | 0.94% | 1% | - |
| XYZ | 57.9 | 54.98 | 8.05 | - |
| YUV | 185.19 | 32.52 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 16 | 0 | 0.28 | 0.94 | 0.00 | 42.1 | 0.99 | 0.53 |
| Hex | FE | B7 | 10 | 0 | 1C | 5E | 0 | 2A | 63 | 35 |
| Octal | 376 | 267 | 20 | 0 | 34 | 136 | 0 | 52 | 143 | 65 |
| Binary | 11111110 | 10110111 | 10000 | 0 | 11100 | 1011110 | 0 | 101010 | 1100011 | 110101 |
Color Harmonies of #FEB710
Complementary color
Monochromatic Colors of #FEB710
Black with #FEB710
Text Example
Text Example
White with #FEB710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB710; }
p { color: rgb(254,183,16); }
H1.HeaderClassName
{
color: #FEB710;
}
.AnyTagClassName
{
color: #FEB710;
}
</style>
background-color css
<style>
a { background-color: #FEB710; }
a { background-color: rgb(254,183,16); }
div.DivClassName
{
background-color: #FEB710;
}
.BgClassName
{
background-color: #FEB710;
}
</style>
border-color css
<style>
span { border-color: #FEB710; }
span { border-color: rgb(254,183,16); }
td.TdClassName
{
border-color: #FEB710;
}
.TagClassName
{
border-color: #FEB710;
}
</style>