Shades of Dark Tangerine #F5A21C
Tints of Dark Tangerine #F5A21C
RGB
CMYK
RGB Variations
Color information
#F5A21C (or 0xF5A21C) is known color: Dark Tangerine. HEX triplet: F5, A2 and 1C. RGB value is (245,162,28). Sum of RGB (Red+Green+Blue) = 245+162+28=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A21C is #0A5DE3. Grayscale: #ACACAC. Windows color (decimal): -679396 or 1876725. OLE color: 1876725.
HSL color Cylindrical-coordinate representation of color #F5A21C: hue angle of 37.05º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5A21C is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 162 | 28 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.04 |
| HSL | 37.05º | 0.92% | 0.54% | - |
| HSV(B) | 37.05º | 0.89% | 0.96% | - |
| XYZ | 50.79 | 45.34 | 7.17 | - |
| YUV | 171.54 | 47 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 162 | 28 | 0 | 0.34 | 0.89 | 0.04 | 37.05 | 0.92 | 0.54 |
| Hex | F5 | A2 | 1C | 0 | 22 | 59 | 4 | 25 | 5C | 36 |
| Octal | 365 | 242 | 34 | 0 | 42 | 131 | 4 | 45 | 134 | 66 |
| Binary | 11110101 | 10100010 | 11100 | 0 | 100010 | 1011001 | 100 | 100101 | 1011100 | 110110 |
Color Harmonies of #F5A21C
Complementary color
Monochromatic Colors of #F5A21C
Black with #F5A21C
Text Example
Text Example
White with #F5A21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A21C; }
p { color: rgb(245,162,28); }
H1.HeaderClassName
{
color: #F5A21C;
}
.AnyTagClassName
{
color: #F5A21C;
}
</style>
background-color css
<style>
a { background-color: #F5A21C; }
a { background-color: rgb(245,162,28); }
div.DivClassName
{
background-color: #F5A21C;
}
.BgClassName
{
background-color: #F5A21C;
}
</style>
border-color css
<style>
span { border-color: #F5A21C; }
span { border-color: rgb(245,162,28); }
td.TdClassName
{
border-color: #F5A21C;
}
.TagClassName
{
border-color: #F5A21C;
}
</style>