Shades of Dark Tangerine #FFB316
Tints of Dark Tangerine #FFB316
RGB
CMYK
RGB Variations
Color information
#FFB316 (or 0xFFB316) is known color: Dark Tangerine. HEX triplet: FF, B3 and 16. RGB value is (255,179,22). Sum of RGB (Red+Green+Blue) = 255+179+22=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB316 is #004CE9. Grayscale: #B8B8B8. Windows color (decimal): -19690 or 1487871. OLE color: 1487871.
HSL color Cylindrical-coordinate representation of color #FFB316: hue angle of 40.43º 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 #FFB316 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 22 | - |
| CMYK | 0 | 0.30 | 0.91 | 0 |
| HSL | 40.43º | 1% | 0.54% | - |
| HSV(B) | 40.43º | 0.91% | 1% | - |
| XYZ | 57.5 | 53.56 | 8.07 | - |
| YUV | 183.83 | 36.68 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 22 | 0 | 0.30 | 0.91 | 0 | 40.43 | 1 | 0.54 |
| Hex | FF | B3 | 16 | 0 | 1E | 5B | 0 | 28 | 64 | 36 |
| Octal | 377 | 263 | 26 | 0 | 36 | 133 | 0 | 50 | 144 | 66 |
| Binary | 11111111 | 10110011 | 10110 | 0 | 11110 | 1011011 | 0 | 101000 | 1100100 | 110110 |
Color Harmonies of #FFB316
Complementary color
Monochromatic Colors of #FFB316
Black with #FFB316
Text Example
Text Example
White with #FFB316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB316; }
p { color: rgb(255,179,22); }
H1.HeaderClassName
{
color: #FFB316;
}
.AnyTagClassName
{
color: #FFB316;
}
</style>
background-color css
<style>
a { background-color: #FFB316; }
a { background-color: rgb(255,179,22); }
div.DivClassName
{
background-color: #FFB316;
}
.BgClassName
{
background-color: #FFB316;
}
</style>
border-color css
<style>
span { border-color: #FFB316; }
span { border-color: rgb(255,179,22); }
td.TdClassName
{
border-color: #FFB316;
}
.TagClassName
{
border-color: #FFB316;
}
</style>