Shades of Dark Tangerine #F5A521
Tints of Dark Tangerine #F5A521
RGB
CMYK
RGB Variations
Color information
#F5A521 (or 0xF5A521) is known color: Dark Tangerine. HEX triplet: F5, A5 and 21. RGB value is (245,165,33). Sum of RGB (Red+Green+Blue) = 245+165+33=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A521 is #0A5ADE. Grayscale: #AEAEAE. Windows color (decimal): -678623 or 2205173. OLE color: 2205173.
HSL color Cylindrical-coordinate representation of color #F5A521: hue angle of 37.36º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5A521 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 33 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.04 |
| HSL | 37.36º | 0.91% | 0.55% | - |
| HSV(B) | 37.36º | 0.87% | 0.96% | - |
| XYZ | 51.39 | 46.43 | 7.69 | - |
| YUV | 173.87 | 48.5 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 33 | 0 | 0.33 | 0.87 | 0.04 | 37.36 | 0.91 | 0.55 |
| Hex | F5 | A5 | 21 | 0 | 21 | 57 | 4 | 25 | 5B | 37 |
| Octal | 365 | 245 | 41 | 0 | 41 | 127 | 4 | 45 | 133 | 67 |
| Binary | 11110101 | 10100101 | 100001 | 0 | 100001 | 1010111 | 100 | 100101 | 1011011 | 110111 |
Color Harmonies of #F5A521
Complementary color
Monochromatic Colors of #F5A521
Black with #F5A521
Text Example
Text Example
White with #F5A521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A521; }
p { color: rgb(245,165,33); }
H1.HeaderClassName
{
color: #F5A521;
}
.AnyTagClassName
{
color: #F5A521;
}
</style>
background-color css
<style>
a { background-color: #F5A521; }
a { background-color: rgb(245,165,33); }
div.DivClassName
{
background-color: #F5A521;
}
.BgClassName
{
background-color: #F5A521;
}
</style>
border-color css
<style>
span { border-color: #F5A521; }
span { border-color: rgb(245,165,33); }
td.TdClassName
{
border-color: #F5A521;
}
.TagClassName
{
border-color: #F5A521;
}
</style>