Shades of Dark Tangerine #FFB616
Tints of Dark Tangerine #FFB616
RGB
CMYK
RGB Variations
Color information
#FFB616 (or 0xFFB616) is known color: Dark Tangerine. HEX triplet: FF, B6 and 16. RGB value is (255,182,22). Sum of RGB (Red+Green+Blue) = 255+182+22=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB616 is #0049E9. Grayscale: #BABABA. Windows color (decimal): -18922 or 1488639. OLE color: 1488639.
HSL color Cylindrical-coordinate representation of color #FFB616: hue angle of 41.2º 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 #FFB616 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 22 | - |
| CMYK | 0 | 0.29 | 0.91 | 0 |
| HSL | 41.2º | 1% | 0.54% | - |
| HSV(B) | 41.2º | 0.91% | 1% | - |
| XYZ | 58.11 | 54.77 | 8.27 | - |
| YUV | 185.59 | 35.68 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 22 | 0 | 0.29 | 0.91 | 0 | 41.2 | 1 | 0.54 |
| Hex | FF | B6 | 16 | 0 | 1D | 5B | 0 | 29 | 64 | 36 |
| Octal | 377 | 266 | 26 | 0 | 35 | 133 | 0 | 51 | 144 | 66 |
| Binary | 11111111 | 10110110 | 10110 | 0 | 11101 | 1011011 | 0 | 101001 | 1100100 | 110110 |
Color Harmonies of #FFB616
Complementary color
Monochromatic Colors of #FFB616
Black with #FFB616
Text Example
Text Example
White with #FFB616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB616; }
p { color: rgb(255,182,22); }
H1.HeaderClassName
{
color: #FFB616;
}
.AnyTagClassName
{
color: #FFB616;
}
</style>
background-color css
<style>
a { background-color: #FFB616; }
a { background-color: rgb(255,182,22); }
div.DivClassName
{
background-color: #FFB616;
}
.BgClassName
{
background-color: #FFB616;
}
</style>
border-color css
<style>
span { border-color: #FFB616; }
span { border-color: rgb(255,182,22); }
td.TdClassName
{
border-color: #FFB616;
}
.TagClassName
{
border-color: #FFB616;
}
</style>