Shades of Dark Tangerine #FFB416
Tints of Dark Tangerine #FFB416
RGB
CMYK
RGB Variations
Color information
#FFB416 (or 0xFFB416) is known color: Dark Tangerine. HEX triplet: FF, B4 and 16. RGB value is (255,180,22). Sum of RGB (Red+Green+Blue) = 255+180+22=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB416 is #004BE9. Grayscale: #B9B9B9. Windows color (decimal): -19434 or 1488127. OLE color: 1488127.
HSL color Cylindrical-coordinate representation of color #FFB416: hue angle of 40.69º 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 #FFB416 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 22 | - |
| CMYK | 0 | 0.29 | 0.91 | 0 |
| HSL | 40.69º | 1% | 0.54% | - |
| HSV(B) | 40.69º | 0.91% | 1% | - |
| XYZ | 57.71 | 53.96 | 8.13 | - |
| YUV | 184.41 | 36.35 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 22 | 0 | 0.29 | 0.91 | 0 | 40.69 | 1 | 0.54 |
| Hex | FF | B4 | 16 | 0 | 1D | 5B | 0 | 29 | 64 | 36 |
| Octal | 377 | 264 | 26 | 0 | 35 | 133 | 0 | 51 | 144 | 66 |
| Binary | 11111111 | 10110100 | 10110 | 0 | 11101 | 1011011 | 0 | 101001 | 1100100 | 110110 |
Color Harmonies of #FFB416
Complementary color
Monochromatic Colors of #FFB416
Black with #FFB416
Text Example
Text Example
White with #FFB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB416; }
p { color: rgb(255,180,22); }
H1.HeaderClassName
{
color: #FFB416;
}
.AnyTagClassName
{
color: #FFB416;
}
</style>
background-color css
<style>
a { background-color: #FFB416; }
a { background-color: rgb(255,180,22); }
div.DivClassName
{
background-color: #FFB416;
}
.BgClassName
{
background-color: #FFB416;
}
</style>
border-color css
<style>
span { border-color: #FFB416; }
span { border-color: rgb(255,180,22); }
td.TdClassName
{
border-color: #FFB416;
}
.TagClassName
{
border-color: #FFB416;
}
</style>