Shades of Dark Tangerine #F5A313
Tints of Dark Tangerine #F5A313
RGB
CMYK
RGB Variations
Color information
#F5A313 (or 0xF5A313) is known color: Dark Tangerine. HEX triplet: F5, A3 and 13. RGB value is (245,163,19). Sum of RGB (Red+Green+Blue) = 245+163+19=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A313 is #0A5CEC. Grayscale: #ABABAB. Windows color (decimal): -679149 or 1287157. OLE color: 1287157.
HSL color Cylindrical-coordinate representation of color #F5A313: hue angle of 38.23º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5A313 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 19 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.04 |
| HSL | 38.23º | 0.92% | 0.52% | - |
| HSV(B) | 38.23º | 0.92% | 0.96% | - |
| XYZ | 50.87 | 45.65 | 6.75 | - |
| YUV | 171.1 | 42.17 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 19 | 0 | 0.33 | 0.92 | 0.04 | 38.23 | 0.92 | 0.52 |
| Hex | F5 | A3 | 13 | 0 | 21 | 5C | 4 | 26 | 5C | 34 |
| Octal | 365 | 243 | 23 | 0 | 41 | 134 | 4 | 46 | 134 | 64 |
| Binary | 11110101 | 10100011 | 10011 | 0 | 100001 | 1011100 | 100 | 100110 | 1011100 | 110100 |
Color Harmonies of #F5A313
Complementary color
Monochromatic Colors of #F5A313
Black with #F5A313
Text Example
Text Example
White with #F5A313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A313; }
p { color: rgb(245,163,19); }
H1.HeaderClassName
{
color: #F5A313;
}
.AnyTagClassName
{
color: #F5A313;
}
</style>
background-color css
<style>
a { background-color: #F5A313; }
a { background-color: rgb(245,163,19); }
div.DivClassName
{
background-color: #F5A313;
}
.BgClassName
{
background-color: #F5A313;
}
</style>
border-color css
<style>
span { border-color: #F5A313; }
span { border-color: rgb(245,163,19); }
td.TdClassName
{
border-color: #F5A313;
}
.TagClassName
{
border-color: #F5A313;
}
</style>