Shades of Dark Tangerine #FFB710
Tints of Dark Tangerine #FFB710
RGB
CMYK
RGB Variations
Color information
#FFB710 (or 0xFFB710) is known color: Dark Tangerine. HEX triplet: FF, B7 and 10. RGB value is (255,183,16). Sum of RGB (Red+Green+Blue) = 255+183+16=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB710 is #0048EF. Grayscale: #BABABA. Windows color (decimal): -18672 or 1095679. OLE color: 1095679.
HSL color Cylindrical-coordinate representation of color #FFB710: hue angle of 41.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFB710 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 16 | - |
| CMYK | 0 | 0.28 | 0.94 | 0 |
| HSL | 41.92º | 1% | 0.53% | - |
| HSV(B) | 41.92º | 0.94% | 1% | - |
| XYZ | 58.27 | 55.16 | 8.07 | - |
| YUV | 185.49 | 32.35 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 16 | 0 | 0.28 | 0.94 | 0 | 41.92 | 1 | 0.53 |
| Hex | FF | B7 | 10 | 0 | 1C | 5E | 0 | 2A | 64 | 35 |
| Octal | 377 | 267 | 20 | 0 | 34 | 136 | 0 | 52 | 144 | 65 |
| Binary | 11111111 | 10110111 | 10000 | 0 | 11100 | 1011110 | 0 | 101010 | 1100100 | 110101 |
Color Harmonies of #FFB710
Complementary color
Monochromatic Colors of #FFB710
Black with #FFB710
Text Example
Text Example
White with #FFB710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB710; }
p { color: rgb(255,183,16); }
H1.HeaderClassName
{
color: #FFB710;
}
.AnyTagClassName
{
color: #FFB710;
}
</style>
background-color css
<style>
a { background-color: #FFB710; }
a { background-color: rgb(255,183,16); }
div.DivClassName
{
background-color: #FFB710;
}
.BgClassName
{
background-color: #FFB710;
}
</style>
border-color css
<style>
span { border-color: #FFB710; }
span { border-color: rgb(255,183,16); }
td.TdClassName
{
border-color: #FFB710;
}
.TagClassName
{
border-color: #FFB710;
}
</style>