Shades of Dark Tangerine #F5B313
Tints of Dark Tangerine #F5B313
RGB
CMYK
RGB Variations
Color information
#F5B313 (or 0xF5B313) is known color: Dark Tangerine. HEX triplet: F5, B3 and 13. RGB value is (245,179,19). Sum of RGB (Red+Green+Blue) = 245+179+19=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 19 (7.81% from 255 or 4.29% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B313 is #0A4CEC. Grayscale: #B5B5B5. Windows color (decimal): -675053 or 1291253. OLE color: 1291253.
HSL color Cylindrical-coordinate representation of color #F5B313: hue angle of 42.48º 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 #F5B313 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 179 | 19 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.04 |
| HSL | 42.48º | 0.92% | 0.52% | - |
| HSV(B) | 42.48º | 0.92% | 0.96% | - |
| XYZ | 53.89 | 51.7 | 7.75 | - |
| YUV | 180.49 | 36.87 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 19 | 0 | 0.27 | 0.92 | 0.04 | 42.48 | 0.92 | 0.52 |
| Hex | F5 | B3 | 13 | 0 | 1B | 5C | 4 | 2A | 5C | 34 |
| Octal | 365 | 263 | 23 | 0 | 33 | 134 | 4 | 52 | 134 | 64 |
| Binary | 11110101 | 10110011 | 10011 | 0 | 11011 | 1011100 | 100 | 101010 | 1011100 | 110100 |
Color Harmonies of #F5B313
Complementary color
Monochromatic Colors of #F5B313
Black with #F5B313
Text Example
Text Example
White with #F5B313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B313; }
p { color: rgb(245,179,19); }
H1.HeaderClassName
{
color: #F5B313;
}
.AnyTagClassName
{
color: #F5B313;
}
</style>
background-color css
<style>
a { background-color: #F5B313; }
a { background-color: rgb(245,179,19); }
div.DivClassName
{
background-color: #F5B313;
}
.BgClassName
{
background-color: #F5B313;
}
</style>
border-color css
<style>
span { border-color: #F5B313; }
span { border-color: rgb(245,179,19); }
td.TdClassName
{
border-color: #F5B313;
}
.TagClassName
{
border-color: #F5B313;
}
</style>