Shades of Dark Tangerine #FFB516
Tints of Dark Tangerine #FFB516
RGB
CMYK
RGB Variations
Color information
#FFB516 (or 0xFFB516) is known color: Dark Tangerine. HEX triplet: FF, B5 and 16. RGB value is (255,181,22). Sum of RGB (Red+Green+Blue) = 255+181+22=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB516 is #004AE9. Grayscale: #B9B9B9. Windows color (decimal): -19178 or 1488383. OLE color: 1488383.
HSL color Cylindrical-coordinate representation of color #FFB516: hue angle of 40.94º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFB516 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 22 | - |
| CMYK | 0 | 0.29 | 0.91 | 0 |
| HSL | 40.94º | 1% | 0.54% | - |
| HSV(B) | 40.94º | 0.91% | 1% | - |
| XYZ | 57.91 | 54.37 | 8.2 | - |
| YUV | 185 | 36.02 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 22 | 0 | 0.29 | 0.91 | 0 | 40.94 | 1 | 0.54 |
| Hex | FF | B5 | 16 | 0 | 1D | 5B | 0 | 29 | 64 | 36 |
| Octal | 377 | 265 | 26 | 0 | 35 | 133 | 0 | 51 | 144 | 66 |
| Binary | 11111111 | 10110101 | 10110 | 0 | 11101 | 1011011 | 0 | 101001 | 1100100 | 110110 |
Color Harmonies of #FFB516
Complementary color
Monochromatic Colors of #FFB516
Black with #FFB516
Text Example
Text Example
White with #FFB516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB516; }
p { color: rgb(255,181,22); }
H1.HeaderClassName
{
color: #FFB516;
}
.AnyTagClassName
{
color: #FFB516;
}
</style>
background-color css
<style>
a { background-color: #FFB516; }
a { background-color: rgb(255,181,22); }
div.DivClassName
{
background-color: #FFB516;
}
.BgClassName
{
background-color: #FFB516;
}
</style>
border-color css
<style>
span { border-color: #FFB516; }
span { border-color: rgb(255,181,22); }
td.TdClassName
{
border-color: #FFB516;
}
.TagClassName
{
border-color: #FFB516;
}
</style>