Shades of Dark Tangerine #F5A11D
Tints of Dark Tangerine #F5A11D
RGB
CMYK
RGB Variations
Color information
#F5A11D (or 0xF5A11D) is known color: Dark Tangerine. HEX triplet: F5, A1 and 1D. RGB value is (245,161,29). Sum of RGB (Red+Green+Blue) = 245+161+29=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A11D is #0A5EE2. Grayscale: #ABABAB. Windows color (decimal): -679651 or 1942005. OLE color: 1942005.
HSL color Cylindrical-coordinate representation of color #F5A11D: hue angle of 36.67º degrees, saturation: 0.92, 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 #F5A11D is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 29 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.04 |
| HSL | 36.67º | 0.92% | 0.54% | - |
| HSV(B) | 36.67º | 0.88% | 0.96% | - |
| XYZ | 50.62 | 44.99 | 7.18 | - |
| YUV | 171.07 | 47.83 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 29 | 0 | 0.34 | 0.88 | 0.04 | 36.67 | 0.92 | 0.54 |
| Hex | F5 | A1 | 1D | 0 | 22 | 58 | 4 | 25 | 5C | 36 |
| Octal | 365 | 241 | 35 | 0 | 42 | 130 | 4 | 45 | 134 | 66 |
| Binary | 11110101 | 10100001 | 11101 | 0 | 100010 | 1011000 | 100 | 100101 | 1011100 | 110110 |
Color Harmonies of #F5A11D
Complementary color
Monochromatic Colors of #F5A11D
Black with #F5A11D
Text Example
Text Example
White with #F5A11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A11D; }
p { color: rgb(245,161,29); }
H1.HeaderClassName
{
color: #F5A11D;
}
.AnyTagClassName
{
color: #F5A11D;
}
</style>
background-color css
<style>
a { background-color: #F5A11D; }
a { background-color: rgb(245,161,29); }
div.DivClassName
{
background-color: #F5A11D;
}
.BgClassName
{
background-color: #F5A11D;
}
</style>
border-color css
<style>
span { border-color: #F5A11D; }
span { border-color: rgb(245,161,29); }
td.TdClassName
{
border-color: #F5A11D;
}
.TagClassName
{
border-color: #F5A11D;
}
</style>