Shades of Dark Tangerine #FFB611
Tints of Dark Tangerine #FFB611
RGB
CMYK
RGB Variations
Color information
#FFB611 (or 0xFFB611) is known color: Dark Tangerine. HEX triplet: FF, B6 and 11. RGB value is (255,182,17). Sum of RGB (Red+Green+Blue) = 255+182+17=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB611 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB611 is #0049EE. Grayscale: #B9B9B9. Windows color (decimal): -18927 or 1160959. OLE color: 1160959.
HSL color Cylindrical-coordinate representation of color #FFB611: hue angle of 41.6º 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 #FFB611 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 17 | - |
| CMYK | 0 | 0.29 | 0.93 | 0 |
| HSL | 41.6º | 1% | 0.53% | - |
| HSV(B) | 41.6º | 0.93% | 1% | - |
| XYZ | 58.07 | 54.76 | 8.04 | - |
| YUV | 185.02 | 33.18 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 17 | 0 | 0.29 | 0.93 | 0 | 41.6 | 1 | 0.53 |
| Hex | FF | B6 | 11 | 0 | 1D | 5D | 0 | 2A | 64 | 35 |
| Octal | 377 | 266 | 21 | 0 | 35 | 135 | 0 | 52 | 144 | 65 |
| Binary | 11111111 | 10110110 | 10001 | 0 | 11101 | 1011101 | 0 | 101010 | 1100100 | 110101 |
Color Harmonies of #FFB611
Complementary color
Monochromatic Colors of #FFB611
Black with #FFB611
Text Example
Text Example
White with #FFB611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB611; }
p { color: rgb(255,182,17); }
H1.HeaderClassName
{
color: #FFB611;
}
.AnyTagClassName
{
color: #FFB611;
}
</style>
background-color css
<style>
a { background-color: #FFB611; }
a { background-color: rgb(255,182,17); }
div.DivClassName
{
background-color: #FFB611;
}
.BgClassName
{
background-color: #FFB611;
}
</style>
border-color css
<style>
span { border-color: #FFB611; }
span { border-color: rgb(255,182,17); }
td.TdClassName
{
border-color: #FFB611;
}
.TagClassName
{
border-color: #FFB611;
}
</style>