Shades of Dark Tangerine #F5A316
Tints of Dark Tangerine #F5A316
RGB
CMYK
RGB Variations
Color information
#F5A316 (or 0xF5A316) is known color: Dark Tangerine. HEX triplet: F5, A3 and 16. RGB value is (245,163,22). Sum of RGB (Red+Green+Blue) = 245+163+22=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A316 is #0A5CE9. Grayscale: #ACACAC. Windows color (decimal): -679146 or 1483765. OLE color: 1483765.
HSL color Cylindrical-coordinate representation of color #F5A316: hue angle of 37.94º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5A316 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 22 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.04 |
| HSL | 37.94º | 0.92% | 0.52% | - |
| HSV(B) | 37.94º | 0.91% | 0.96% | - |
| XYZ | 50.9 | 45.66 | 6.89 | - |
| YUV | 171.44 | 43.67 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 22 | 0 | 0.33 | 0.91 | 0.04 | 37.94 | 0.92 | 0.52 |
| Hex | F5 | A3 | 16 | 0 | 21 | 5B | 4 | 26 | 5C | 34 |
| Octal | 365 | 243 | 26 | 0 | 41 | 133 | 4 | 46 | 134 | 64 |
| Binary | 11110101 | 10100011 | 10110 | 0 | 100001 | 1011011 | 100 | 100110 | 1011100 | 110100 |
Color Harmonies of #F5A316
Complementary color
Monochromatic Colors of #F5A316
Black with #F5A316
Text Example
Text Example
White with #F5A316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A316; }
p { color: rgb(245,163,22); }
H1.HeaderClassName
{
color: #F5A316;
}
.AnyTagClassName
{
color: #F5A316;
}
</style>
background-color css
<style>
a { background-color: #F5A316; }
a { background-color: rgb(245,163,22); }
div.DivClassName
{
background-color: #F5A316;
}
.BgClassName
{
background-color: #F5A316;
}
</style>
border-color css
<style>
span { border-color: #F5A316; }
span { border-color: rgb(245,163,22); }
td.TdClassName
{
border-color: #F5A316;
}
.TagClassName
{
border-color: #F5A316;
}
</style>