Shades of Dark Tangerine #FFB211
Tints of Dark Tangerine #FFB211
RGB
CMYK
RGB Variations
Color information
#FFB211 (or 0xFFB211) is known color: Dark Tangerine. HEX triplet: FF, B2 and 11. RGB value is (255,178,17). Sum of RGB (Red+Green+Blue) = 255+178+17=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB211 is #004DEE. Grayscale: #B7B7B7. Windows color (decimal): -19951 or 1159935. OLE color: 1159935.
HSL color Cylindrical-coordinate representation of color #FFB211: hue angle of 40.59º 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 #FFB211 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 17 | - |
| CMYK | 0 | 0.30 | 0.93 | 0 |
| HSL | 40.59º | 1% | 0.53% | - |
| HSV(B) | 40.59º | 0.93% | 1% | - |
| XYZ | 57.26 | 53.14 | 7.77 | - |
| YUV | 182.67 | 34.51 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 17 | 0 | 0.30 | 0.93 | 0 | 40.59 | 1 | 0.53 |
| Hex | FF | B2 | 11 | 0 | 1E | 5D | 0 | 29 | 64 | 35 |
| Octal | 377 | 262 | 21 | 0 | 36 | 135 | 0 | 51 | 144 | 65 |
| Binary | 11111111 | 10110010 | 10001 | 0 | 11110 | 1011101 | 0 | 101001 | 1100100 | 110101 |
Color Harmonies of #FFB211
Complementary color
Monochromatic Colors of #FFB211
Black with #FFB211
Text Example
Text Example
White with #FFB211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB211; }
p { color: rgb(255,178,17); }
H1.HeaderClassName
{
color: #FFB211;
}
.AnyTagClassName
{
color: #FFB211;
}
</style>
background-color css
<style>
a { background-color: #FFB211; }
a { background-color: rgb(255,178,17); }
div.DivClassName
{
background-color: #FFB211;
}
.BgClassName
{
background-color: #FFB211;
}
</style>
border-color css
<style>
span { border-color: #FFB211; }
span { border-color: rgb(255,178,17); }
td.TdClassName
{
border-color: #FFB211;
}
.TagClassName
{
border-color: #FFB211;
}
</style>