Shades of Dark Tangerine #FFB116
Tints of Dark Tangerine #FFB116
RGB
CMYK
RGB Variations
Color information
#FFB116 (or 0xFFB116) is known color: Dark Tangerine. HEX triplet: FF, B1 and 16. RGB value is (255,177,22). Sum of RGB (Red+Green+Blue) = 255+177+22=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB116 is #004EE9. Grayscale: #B7B7B7. Windows color (decimal): -20202 or 1487359. OLE color: 1487359.
HSL color Cylindrical-coordinate representation of color #FFB116: hue angle of 39.91º 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 #FFB116 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 22 | - |
| CMYK | 0 | 0.31 | 0.91 | 0 |
| HSL | 39.91º | 1% | 0.54% | - |
| HSV(B) | 39.91º | 0.91% | 1% | - |
| XYZ | 57.11 | 52.76 | 7.93 | - |
| YUV | 182.65 | 37.34 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 22 | 0 | 0.31 | 0.91 | 0 | 39.91 | 1 | 0.54 |
| Hex | FF | B1 | 16 | 0 | 1F | 5B | 0 | 28 | 64 | 36 |
| Octal | 377 | 261 | 26 | 0 | 37 | 133 | 0 | 50 | 144 | 66 |
| Binary | 11111111 | 10110001 | 10110 | 0 | 11111 | 1011011 | 0 | 101000 | 1100100 | 110110 |
Color Harmonies of #FFB116
Complementary color
Monochromatic Colors of #FFB116
Black with #FFB116
Text Example
Text Example
White with #FFB116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB116; }
p { color: rgb(255,177,22); }
H1.HeaderClassName
{
color: #FFB116;
}
.AnyTagClassName
{
color: #FFB116;
}
</style>
background-color css
<style>
a { background-color: #FFB116; }
a { background-color: rgb(255,177,22); }
div.DivClassName
{
background-color: #FFB116;
}
.BgClassName
{
background-color: #FFB116;
}
</style>
border-color css
<style>
span { border-color: #FFB116; }
span { border-color: rgb(255,177,22); }
td.TdClassName
{
border-color: #FFB116;
}
.TagClassName
{
border-color: #FFB116;
}
</style>