Shades of Dark Tangerine #FFB510
Tints of Dark Tangerine #FFB510
RGB
CMYK
RGB Variations
Color information
#FFB510 (or 0xFFB510) is known color: Dark Tangerine. HEX triplet: FF, B5 and 10. RGB value is (255,181,16). Sum of RGB (Red+Green+Blue) = 255+181+16=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB510 is #004AEF. Grayscale: #B9B9B9. Windows color (decimal): -19184 or 1095167. OLE color: 1095167.
HSL color Cylindrical-coordinate representation of color #FFB510: hue angle of 41.42º 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 #FFB510 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 16 | - |
| CMYK | 0 | 0.29 | 0.94 | 0 |
| HSL | 41.42º | 1% | 0.53% | - |
| HSV(B) | 41.42º | 0.94% | 1% | - |
| XYZ | 57.86 | 54.35 | 7.93 | - |
| YUV | 184.32 | 33.02 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 16 | 0 | 0.29 | 0.94 | 0 | 41.42 | 1 | 0.53 |
| Hex | FF | B5 | 10 | 0 | 1D | 5E | 0 | 29 | 64 | 35 |
| Octal | 377 | 265 | 20 | 0 | 35 | 136 | 0 | 51 | 144 | 65 |
| Binary | 11111111 | 10110101 | 10000 | 0 | 11101 | 1011110 | 0 | 101001 | 1100100 | 110101 |
Color Harmonies of #FFB510
Complementary color
Monochromatic Colors of #FFB510
Black with #FFB510
Text Example
Text Example
White with #FFB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB510; }
p { color: rgb(255,181,16); }
H1.HeaderClassName
{
color: #FFB510;
}
.AnyTagClassName
{
color: #FFB510;
}
</style>
background-color css
<style>
a { background-color: #FFB510; }
a { background-color: rgb(255,181,16); }
div.DivClassName
{
background-color: #FFB510;
}
.BgClassName
{
background-color: #FFB510;
}
</style>
border-color css
<style>
span { border-color: #FFB510; }
span { border-color: rgb(255,181,16); }
td.TdClassName
{
border-color: #FFB510;
}
.TagClassName
{
border-color: #FFB510;
}
</style>