Shades of Dark Tangerine #FFB216
Tints of Dark Tangerine #FFB216
RGB
CMYK
RGB Variations
Color information
#FFB216 (or 0xFFB216) is known color: Dark Tangerine. HEX triplet: FF, B2 and 16. RGB value is (255,178,22). Sum of RGB (Red+Green+Blue) = 255+178+22=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB216 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB216 is #004DE9. Grayscale: #B7B7B7. Windows color (decimal): -19946 or 1487615. OLE color: 1487615.
HSL color Cylindrical-coordinate representation of color #FFB216: hue angle of 40.17º 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 #FFB216 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 22 | - |
| CMYK | 0 | 0.30 | 0.91 | 0 |
| HSL | 40.17º | 1% | 0.54% | - |
| HSV(B) | 40.17º | 0.91% | 1% | - |
| XYZ | 57.31 | 53.16 | 8 | - |
| YUV | 183.24 | 37.01 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 22 | 0 | 0.30 | 0.91 | 0 | 40.17 | 1 | 0.54 |
| Hex | FF | B2 | 16 | 0 | 1E | 5B | 0 | 28 | 64 | 36 |
| Octal | 377 | 262 | 26 | 0 | 36 | 133 | 0 | 50 | 144 | 66 |
| Binary | 11111111 | 10110010 | 10110 | 0 | 11110 | 1011011 | 0 | 101000 | 1100100 | 110110 |
Color Harmonies of #FFB216
Complementary color
Monochromatic Colors of #FFB216
Black with #FFB216
Text Example
Text Example
White with #FFB216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB216; }
p { color: rgb(255,178,22); }
H1.HeaderClassName
{
color: #FFB216;
}
.AnyTagClassName
{
color: #FFB216;
}
</style>
background-color css
<style>
a { background-color: #FFB216; }
a { background-color: rgb(255,178,22); }
div.DivClassName
{
background-color: #FFB216;
}
.BgClassName
{
background-color: #FFB216;
}
</style>
border-color css
<style>
span { border-color: #FFB216; }
span { border-color: rgb(255,178,22); }
td.TdClassName
{
border-color: #FFB216;
}
.TagClassName
{
border-color: #FFB216;
}
</style>