Shades of Dark Tangerine #FFB210
Tints of Dark Tangerine #FFB210
RGB
CMYK
RGB Variations
Color information
#FFB210 (or 0xFFB210) is known color: Dark Tangerine. HEX triplet: FF, B2 and 10. RGB value is (255,178,16). Sum of RGB (Red+Green+Blue) = 255+178+16=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB210 is #004DEF. Grayscale: #B7B7B7. Windows color (decimal): -19952 or 1094399. OLE color: 1094399.
HSL color Cylindrical-coordinate representation of color #FFB210: hue angle of 40.67º 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 #FFB210 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 16 | - |
| CMYK | 0 | 0.30 | 0.94 | 0 |
| HSL | 40.67º | 1% | 0.53% | - |
| HSV(B) | 40.67º | 0.94% | 1% | - |
| XYZ | 57.25 | 53.14 | 7.73 | - |
| YUV | 182.56 | 34.01 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 16 | 0 | 0.30 | 0.94 | 0 | 40.67 | 1 | 0.53 |
| Hex | FF | B2 | 10 | 0 | 1E | 5E | 0 | 29 | 64 | 35 |
| Octal | 377 | 262 | 20 | 0 | 36 | 136 | 0 | 51 | 144 | 65 |
| Binary | 11111111 | 10110010 | 10000 | 0 | 11110 | 1011110 | 0 | 101001 | 1100100 | 110101 |
Color Harmonies of #FFB210
Complementary color
Monochromatic Colors of #FFB210
Black with #FFB210
Text Example
Text Example
White with #FFB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB210; }
p { color: rgb(255,178,16); }
H1.HeaderClassName
{
color: #FFB210;
}
.AnyTagClassName
{
color: #FFB210;
}
</style>
background-color css
<style>
a { background-color: #FFB210; }
a { background-color: rgb(255,178,16); }
div.DivClassName
{
background-color: #FFB210;
}
.BgClassName
{
background-color: #FFB210;
}
</style>
border-color css
<style>
span { border-color: #FFB210; }
span { border-color: rgb(255,178,16); }
td.TdClassName
{
border-color: #FFB210;
}
.TagClassName
{
border-color: #FFB210;
}
</style>