Shades of Dark Tangerine #FFB016
Tints of Dark Tangerine #FFB016
RGB
CMYK
RGB Variations
Color information
#FFB016 (or 0xFFB016) is known color: Dark Tangerine. HEX triplet: FF, B0 and 16. RGB value is (255,176,22). Sum of RGB (Red+Green+Blue) = 255+176+22=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB016 is #004FE9. Grayscale: #B6B6B6. Windows color (decimal): -20458 or 1487103. OLE color: 1487103.
HSL color Cylindrical-coordinate representation of color #FFB016: hue angle of 39.66º 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 #FFB016 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 22 | - |
| CMYK | 0 | 0.31 | 0.91 | 0 |
| HSL | 39.66º | 1% | 0.54% | - |
| HSV(B) | 39.66º | 0.91% | 1% | - |
| XYZ | 56.91 | 52.37 | 7.87 | - |
| YUV | 182.07 | 37.67 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 22 | 0 | 0.31 | 0.91 | 0 | 39.66 | 1 | 0.54 |
| Hex | FF | B0 | 16 | 0 | 1F | 5B | 0 | 28 | 64 | 36 |
| Octal | 377 | 260 | 26 | 0 | 37 | 133 | 0 | 50 | 144 | 66 |
| Binary | 11111111 | 10110000 | 10110 | 0 | 11111 | 1011011 | 0 | 101000 | 1100100 | 110110 |
Color Harmonies of #FFB016
Complementary color
Monochromatic Colors of #FFB016
Black with #FFB016
Text Example
Text Example
White with #FFB016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB016; }
p { color: rgb(255,176,22); }
H1.HeaderClassName
{
color: #FFB016;
}
.AnyTagClassName
{
color: #FFB016;
}
</style>
background-color css
<style>
a { background-color: #FFB016; }
a { background-color: rgb(255,176,22); }
div.DivClassName
{
background-color: #FFB016;
}
.BgClassName
{
background-color: #FFB016;
}
</style>
border-color css
<style>
span { border-color: #FFB016; }
span { border-color: rgb(255,176,22); }
td.TdClassName
{
border-color: #FFB016;
}
.TagClassName
{
border-color: #FFB016;
}
</style>