Shades of Dark Tangerine #FFB011
Tints of Dark Tangerine #FFB011
RGB
CMYK
RGB Variations
Color information
#FFB011 (or 0xFFB011) is known color: Dark Tangerine. HEX triplet: FF, B0 and 11. RGB value is (255,176,17). Sum of RGB (Red+Green+Blue) = 255+176+17=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 17 (7.03% from 255 or 3.79% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB011 is #004FEE. Grayscale: #B6B6B6. Windows color (decimal): -20463 or 1159423. OLE color: 1159423.
HSL color Cylindrical-coordinate representation of color #FFB011: hue angle of 40.08º 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 #FFB011 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 17 | - |
| CMYK | 0 | 0.31 | 0.93 | 0 |
| HSL | 40.08º | 1% | 0.53% | - |
| HSV(B) | 40.08º | 0.93% | 1% | - |
| XYZ | 56.87 | 52.35 | 7.64 | - |
| YUV | 181.5 | 35.17 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 17 | 0 | 0.31 | 0.93 | 0 | 40.08 | 1 | 0.53 |
| Hex | FF | B0 | 11 | 0 | 1F | 5D | 0 | 28 | 64 | 35 |
| Octal | 377 | 260 | 21 | 0 | 37 | 135 | 0 | 50 | 144 | 65 |
| Binary | 11111111 | 10110000 | 10001 | 0 | 11111 | 1011101 | 0 | 101000 | 1100100 | 110101 |
Color Harmonies of #FFB011
Complementary color
Monochromatic Colors of #FFB011
Black with #FFB011
Text Example
Text Example
White with #FFB011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB011; }
p { color: rgb(255,176,17); }
H1.HeaderClassName
{
color: #FFB011;
}
.AnyTagClassName
{
color: #FFB011;
}
</style>
background-color css
<style>
a { background-color: #FFB011; }
a { background-color: rgb(255,176,17); }
div.DivClassName
{
background-color: #FFB011;
}
.BgClassName
{
background-color: #FFB011;
}
</style>
border-color css
<style>
span { border-color: #FFB011; }
span { border-color: rgb(255,176,17); }
td.TdClassName
{
border-color: #FFB011;
}
.TagClassName
{
border-color: #FFB011;
}
</style>