Shades of Dark Tangerine #FFB010
Tints of Dark Tangerine #FFB010
RGB
CMYK
RGB Variations
Color information
#FFB010 (or 0xFFB010) is known color: Dark Tangerine. HEX triplet: FF, B0 and 10. RGB value is (255,176,16). Sum of RGB (Red+Green+Blue) = 255+176+16=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB010 is #004FEF. Grayscale: #B6B6B6. Windows color (decimal): -20464 or 1093887. OLE color: 1093887.
HSL color Cylindrical-coordinate representation of color #FFB010: hue angle of 40.17º 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 #FFB010 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 16 | - |
| CMYK | 0 | 0.31 | 0.94 | 0 |
| HSL | 40.17º | 1% | 0.53% | - |
| HSV(B) | 40.17º | 0.94% | 1% | - |
| XYZ | 56.86 | 52.35 | 7.6 | - |
| YUV | 181.38 | 34.67 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 16 | 0 | 0.31 | 0.94 | 0 | 40.17 | 1 | 0.53 |
| Hex | FF | B0 | 10 | 0 | 1F | 5E | 0 | 28 | 64 | 35 |
| Octal | 377 | 260 | 20 | 0 | 37 | 136 | 0 | 50 | 144 | 65 |
| Binary | 11111111 | 10110000 | 10000 | 0 | 11111 | 1011110 | 0 | 101000 | 1100100 | 110101 |
Color Harmonies of #FFB010
Complementary color
Monochromatic Colors of #FFB010
Black with #FFB010
Text Example
Text Example
White with #FFB010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB010; }
p { color: rgb(255,176,16); }
H1.HeaderClassName
{
color: #FFB010;
}
.AnyTagClassName
{
color: #FFB010;
}
</style>
background-color css
<style>
a { background-color: #FFB010; }
a { background-color: rgb(255,176,16); }
div.DivClassName
{
background-color: #FFB010;
}
.BgClassName
{
background-color: #FFB010;
}
</style>
border-color css
<style>
span { border-color: #FFB010; }
span { border-color: rgb(255,176,16); }
td.TdClassName
{
border-color: #FFB010;
}
.TagClassName
{
border-color: #FFB010;
}
</style>