Shades of Dark Tangerine #F5A11B
Tints of Dark Tangerine #F5A11B
RGB
CMYK
RGB Variations
Color information
#F5A11B (or 0xF5A11B) is known color: Dark Tangerine. HEX triplet: F5, A1 and 1B. RGB value is (245,161,27). Sum of RGB (Red+Green+Blue) = 245+161+27=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A11B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A11B is #0A5EE4. Grayscale: #ABABAB. Windows color (decimal): -679653 or 1810933. OLE color: 1810933.
HSL color Cylindrical-coordinate representation of color #F5A11B: hue angle of 36.88º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5A11B is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 27 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.04 |
| HSL | 36.88º | 0.92% | 0.53% | - |
| HSV(B) | 36.88º | 0.89% | 0.96% | - |
| XYZ | 50.6 | 44.98 | 7.05 | - |
| YUV | 170.84 | 46.83 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 27 | 0 | 0.34 | 0.89 | 0.04 | 36.88 | 0.92 | 0.53 |
| Hex | F5 | A1 | 1B | 0 | 22 | 59 | 4 | 25 | 5C | 35 |
| Octal | 365 | 241 | 33 | 0 | 42 | 131 | 4 | 45 | 134 | 65 |
| Binary | 11110101 | 10100001 | 11011 | 0 | 100010 | 1011001 | 100 | 100101 | 1011100 | 110101 |
Color Harmonies of #F5A11B
Complementary color
Monochromatic Colors of #F5A11B
Black with #F5A11B
Text Example
Text Example
White with #F5A11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A11B; }
p { color: rgb(245,161,27); }
H1.HeaderClassName
{
color: #F5A11B;
}
.AnyTagClassName
{
color: #F5A11B;
}
</style>
background-color css
<style>
a { background-color: #F5A11B; }
a { background-color: rgb(245,161,27); }
div.DivClassName
{
background-color: #F5A11B;
}
.BgClassName
{
background-color: #F5A11B;
}
</style>
border-color css
<style>
span { border-color: #F5A11B; }
span { border-color: rgb(245,161,27); }
td.TdClassName
{
border-color: #F5A11B;
}
.TagClassName
{
border-color: #F5A11B;
}
</style>