Shades of Dark Tangerine #FFB310
Tints of Dark Tangerine #FFB310
RGB
CMYK
RGB Variations
Color information
#FFB310 (or 0xFFB310) is known color: Dark Tangerine. HEX triplet: FF, B3 and 10. RGB value is (255,179,16). Sum of RGB (Red+Green+Blue) = 255+179+16=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB310 is #004CEF. Grayscale: #B7B7B7. Windows color (decimal): -19696 or 1094655. OLE color: 1094655.
HSL color Cylindrical-coordinate representation of color #FFB310: hue angle of 40.92º 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 #FFB310 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 16 | - |
| CMYK | 0 | 0.30 | 0.94 | 0 |
| HSL | 40.92º | 1% | 0.53% | - |
| HSV(B) | 40.92º | 0.94% | 1% | - |
| XYZ | 57.45 | 53.54 | 7.8 | - |
| YUV | 183.14 | 33.68 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 16 | 0 | 0.30 | 0.94 | 0 | 40.92 | 1 | 0.53 |
| Hex | FF | B3 | 10 | 0 | 1E | 5E | 0 | 29 | 64 | 35 |
| Octal | 377 | 263 | 20 | 0 | 36 | 136 | 0 | 51 | 144 | 65 |
| Binary | 11111111 | 10110011 | 10000 | 0 | 11110 | 1011110 | 0 | 101001 | 1100100 | 110101 |
Color Harmonies of #FFB310
Complementary color
Monochromatic Colors of #FFB310
Black with #FFB310
Text Example
Text Example
White with #FFB310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB310; }
p { color: rgb(255,179,16); }
H1.HeaderClassName
{
color: #FFB310;
}
.AnyTagClassName
{
color: #FFB310;
}
</style>
background-color css
<style>
a { background-color: #FFB310; }
a { background-color: rgb(255,179,16); }
div.DivClassName
{
background-color: #FFB310;
}
.BgClassName
{
background-color: #FFB310;
}
</style>
border-color css
<style>
span { border-color: #FFB310; }
span { border-color: rgb(255,179,16); }
td.TdClassName
{
border-color: #FFB310;
}
.TagClassName
{
border-color: #FFB310;
}
</style>