Shades of Dark Tangerine #F5A515
Tints of Dark Tangerine #F5A515
RGB
CMYK
RGB Variations
Color information
#F5A515 (or 0xF5A515) is known color: Dark Tangerine. HEX triplet: F5, A5 and 15. RGB value is (245,165,21). Sum of RGB (Red+Green+Blue) = 245+165+21=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 21 (8.59% from 255 or 4.87% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A515 is #0A5AEA. Grayscale: #ADADAD. Windows color (decimal): -678635 or 1418741. OLE color: 1418741.
HSL color Cylindrical-coordinate representation of color #F5A515: hue angle of 38.57º 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 #F5A515 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 21 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.04 |
| HSL | 38.57º | 0.92% | 0.52% | - |
| HSV(B) | 38.57º | 0.91% | 0.96% | - |
| XYZ | 51.25 | 46.38 | 6.96 | - |
| YUV | 172.5 | 42.5 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 21 | 0 | 0.33 | 0.91 | 0.04 | 38.57 | 0.92 | 0.52 |
| Hex | F5 | A5 | 15 | 0 | 21 | 5B | 4 | 27 | 5C | 34 |
| Octal | 365 | 245 | 25 | 0 | 41 | 133 | 4 | 47 | 134 | 64 |
| Binary | 11110101 | 10100101 | 10101 | 0 | 100001 | 1011011 | 100 | 100111 | 1011100 | 110100 |
Color Harmonies of #F5A515
Complementary color
Monochromatic Colors of #F5A515
Black with #F5A515
Text Example
Text Example
White with #F5A515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A515; }
p { color: rgb(245,165,21); }
H1.HeaderClassName
{
color: #F5A515;
}
.AnyTagClassName
{
color: #F5A515;
}
</style>
background-color css
<style>
a { background-color: #F5A515; }
a { background-color: rgb(245,165,21); }
div.DivClassName
{
background-color: #F5A515;
}
.BgClassName
{
background-color: #F5A515;
}
</style>
border-color css
<style>
span { border-color: #F5A515; }
span { border-color: rgb(245,165,21); }
td.TdClassName
{
border-color: #F5A515;
}
.TagClassName
{
border-color: #F5A515;
}
</style>