Shades of Dark Tangerine #F5B013
Tints of Dark Tangerine #F5B013
RGB
CMYK
RGB Variations
Color information
#F5B013 (or 0xF5B013) is known color: Dark Tangerine. HEX triplet: F5, B0 and 13. RGB value is (245,176,19). Sum of RGB (Red+Green+Blue) = 245+176+19=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 19 (7.81% from 255 or 4.32% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5B013 is #0A4FEC. Grayscale: #B3B3B3. Windows color (decimal): -675821 or 1290485. OLE color: 1290485.
HSL color Cylindrical-coordinate representation of color #F5B013: hue angle of 41.68º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5B013 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 19 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.04 |
| HSL | 41.68º | 0.92% | 0.52% | - |
| HSV(B) | 41.68º | 0.92% | 0.96% | - |
| XYZ | 53.3 | 50.51 | 7.56 | - |
| YUV | 178.73 | 37.86 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 19 | 0 | 0.28 | 0.92 | 0.04 | 41.68 | 0.92 | 0.52 |
| Hex | F5 | B0 | 13 | 0 | 1C | 5C | 4 | 2A | 5C | 34 |
| Octal | 365 | 260 | 23 | 0 | 34 | 134 | 4 | 52 | 134 | 64 |
| Binary | 11110101 | 10110000 | 10011 | 0 | 11100 | 1011100 | 100 | 101010 | 1011100 | 110100 |
Color Harmonies of #F5B013
Complementary color
Monochromatic Colors of #F5B013
Black with #F5B013
Text Example
Text Example
White with #F5B013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B013; }
p { color: rgb(245,176,19); }
H1.HeaderClassName
{
color: #F5B013;
}
.AnyTagClassName
{
color: #F5B013;
}
</style>
background-color css
<style>
a { background-color: #F5B013; }
a { background-color: rgb(245,176,19); }
div.DivClassName
{
background-color: #F5B013;
}
.BgClassName
{
background-color: #F5B013;
}
</style>
border-color css
<style>
span { border-color: #F5B013; }
span { border-color: rgb(245,176,19); }
td.TdClassName
{
border-color: #F5B013;
}
.TagClassName
{
border-color: #F5B013;
}
</style>