Shades of Dark Tangerine #F5A11E
Tints of Dark Tangerine #F5A11E
RGB
CMYK
RGB Variations
Color information
#F5A11E (or 0xF5A11E) is known color: Dark Tangerine. HEX triplet: F5, A1 and 1E. RGB value is (245,161,30). Sum of RGB (Red+Green+Blue) = 245+161+30=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A11E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A11E is #0A5EE1. Grayscale: #ABABAB. Windows color (decimal): -679650 or 2007541. OLE color: 2007541.
HSL color Cylindrical-coordinate representation of color #F5A11E: hue angle of 36.56º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5A11E is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 30 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.04 |
| HSL | 36.56º | 0.91% | 0.54% | - |
| HSV(B) | 36.56º | 0.88% | 0.96% | - |
| XYZ | 50.64 | 45 | 7.24 | - |
| YUV | 171.18 | 48.33 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 30 | 0 | 0.34 | 0.88 | 0.04 | 36.56 | 0.91 | 0.54 |
| Hex | F5 | A1 | 1E | 0 | 22 | 58 | 4 | 25 | 5B | 36 |
| Octal | 365 | 241 | 36 | 0 | 42 | 130 | 4 | 45 | 133 | 66 |
| Binary | 11110101 | 10100001 | 11110 | 0 | 100010 | 1011000 | 100 | 100101 | 1011011 | 110110 |
Color Harmonies of #F5A11E
Complementary color
Monochromatic Colors of #F5A11E
Black with #F5A11E
Text Example
Text Example
White with #F5A11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A11E; }
p { color: rgb(245,161,30); }
H1.HeaderClassName
{
color: #F5A11E;
}
.AnyTagClassName
{
color: #F5A11E;
}
</style>
background-color css
<style>
a { background-color: #F5A11E; }
a { background-color: rgb(245,161,30); }
div.DivClassName
{
background-color: #F5A11E;
}
.BgClassName
{
background-color: #F5A11E;
}
</style>
border-color css
<style>
span { border-color: #F5A11E; }
span { border-color: rgb(245,161,30); }
td.TdClassName
{
border-color: #F5A11E;
}
.TagClassName
{
border-color: #F5A11E;
}
</style>