Shades of Dark Tangerine #F5B010
Tints of Dark Tangerine #F5B010
RGB
CMYK
RGB Variations
Color information
#F5B010 (or 0xF5B010) is known color: Dark Tangerine. HEX triplet: F5, B0 and 10. RGB value is (245,176,16). Sum of RGB (Red+Green+Blue) = 245+176+16=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5B010 is #0A4FEF. Grayscale: #B3B3B3. Windows color (decimal): -675824 or 1093877. OLE color: 1093877.
HSL color Cylindrical-coordinate representation of color #F5B010: hue angle of 41.92º 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 #F5B010 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 16 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.04 |
| HSL | 41.92º | 0.92% | 0.51% | - |
| HSV(B) | 41.92º | 0.93% | 0.96% | - |
| XYZ | 53.28 | 50.5 | 7.43 | - |
| YUV | 178.39 | 36.36 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 16 | 0 | 0.28 | 0.93 | 0.04 | 41.92 | 0.92 | 0.51 |
| Hex | F5 | B0 | 10 | 0 | 1C | 5D | 4 | 2A | 5C | 33 |
| Octal | 365 | 260 | 20 | 0 | 34 | 135 | 4 | 52 | 134 | 63 |
| Binary | 11110101 | 10110000 | 10000 | 0 | 11100 | 1011101 | 100 | 101010 | 1011100 | 110011 |
Color Harmonies of #F5B010
Complementary color
Monochromatic Colors of #F5B010
Black with #F5B010
Text Example
Text Example
White with #F5B010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B010; }
p { color: rgb(245,176,16); }
H1.HeaderClassName
{
color: #F5B010;
}
.AnyTagClassName
{
color: #F5B010;
}
</style>
background-color css
<style>
a { background-color: #F5B010; }
a { background-color: rgb(245,176,16); }
div.DivClassName
{
background-color: #F5B010;
}
.BgClassName
{
background-color: #F5B010;
}
</style>
border-color css
<style>
span { border-color: #F5B010; }
span { border-color: rgb(245,176,16); }
td.TdClassName
{
border-color: #F5B010;
}
.TagClassName
{
border-color: #F5B010;
}
</style>