Shades of Dark Tangerine #FFB711
Tints of Dark Tangerine #FFB711
RGB
CMYK
RGB Variations
Color information
#FFB711 (or 0xFFB711) is known color: Dark Tangerine. HEX triplet: FF, B7 and 11. RGB value is (255,183,17). Sum of RGB (Red+Green+Blue) = 255+183+17=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB711 is #0048EE. Grayscale: #BABABA. Windows color (decimal): -18671 or 1161215. OLE color: 1161215.
HSL color Cylindrical-coordinate representation of color #FFB711: hue angle of 41.85º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFB711 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 17 | - |
| CMYK | 0 | 0.28 | 0.93 | 0 |
| HSL | 41.85º | 1% | 0.53% | - |
| HSV(B) | 41.85º | 0.93% | 1% | - |
| XYZ | 58.27 | 55.17 | 8.11 | - |
| YUV | 185.6 | 32.85 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 17 | 0 | 0.28 | 0.93 | 0 | 41.85 | 1 | 0.53 |
| Hex | FF | B7 | 11 | 0 | 1C | 5D | 0 | 2A | 64 | 35 |
| Octal | 377 | 267 | 21 | 0 | 34 | 135 | 0 | 52 | 144 | 65 |
| Binary | 11111111 | 10110111 | 10001 | 0 | 11100 | 1011101 | 0 | 101010 | 1100100 | 110101 |
Color Harmonies of #FFB711
Complementary color
Monochromatic Colors of #FFB711
Black with #FFB711
Text Example
Text Example
White with #FFB711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB711; }
p { color: rgb(255,183,17); }
H1.HeaderClassName
{
color: #FFB711;
}
.AnyTagClassName
{
color: #FFB711;
}
</style>
background-color css
<style>
a { background-color: #FFB711; }
a { background-color: rgb(255,183,17); }
div.DivClassName
{
background-color: #FFB711;
}
.BgClassName
{
background-color: #FFB711;
}
</style>
border-color css
<style>
span { border-color: #FFB711; }
span { border-color: rgb(255,183,17); }
td.TdClassName
{
border-color: #FFB711;
}
.TagClassName
{
border-color: #FFB711;
}
</style>