Shades of Dark Tangerine #F5B310
Tints of Dark Tangerine #F5B310
RGB
CMYK
RGB Variations
Color information
#F5B310 (or 0xF5B310) is known color: Dark Tangerine. HEX triplet: F5, B3 and 10. RGB value is (245,179,16). Sum of RGB (Red+Green+Blue) = 245+179+16=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B310 is #0A4CEF. Grayscale: #B4B4B4. Windows color (decimal): -675056 or 1094645. OLE color: 1094645.
HSL color Cylindrical-coordinate representation of color #F5B310: hue angle of 42.71º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5B310 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 179 | 16 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.04 |
| HSL | 42.71º | 0.92% | 0.51% | - |
| HSV(B) | 42.71º | 0.93% | 0.96% | - |
| XYZ | 53.87 | 51.69 | 7.63 | - |
| YUV | 180.15 | 35.37 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 16 | 0 | 0.27 | 0.93 | 0.04 | 42.71 | 0.92 | 0.51 |
| Hex | F5 | B3 | 10 | 0 | 1B | 5D | 4 | 2B | 5C | 33 |
| Octal | 365 | 263 | 20 | 0 | 33 | 135 | 4 | 53 | 134 | 63 |
| Binary | 11110101 | 10110011 | 10000 | 0 | 11011 | 1011101 | 100 | 101011 | 1011100 | 110011 |
Color Harmonies of #F5B310
Complementary color
Monochromatic Colors of #F5B310
Black with #F5B310
Text Example
Text Example
White with #F5B310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B310; }
p { color: rgb(245,179,16); }
H1.HeaderClassName
{
color: #F5B310;
}
.AnyTagClassName
{
color: #F5B310;
}
</style>
background-color css
<style>
a { background-color: #F5B310; }
a { background-color: rgb(245,179,16); }
div.DivClassName
{
background-color: #F5B310;
}
.BgClassName
{
background-color: #F5B310;
}
</style>
border-color css
<style>
span { border-color: #F5B310; }
span { border-color: rgb(245,179,16); }
td.TdClassName
{
border-color: #F5B310;
}
.TagClassName
{
border-color: #F5B310;
}
</style>