Shades of Dark Tangerine #F5B511
Tints of Dark Tangerine #F5B511
RGB
CMYK
RGB Variations
Color information
#F5B511 (or 0xF5B511) is known color: Dark Tangerine. HEX triplet: F5, B5 and 11. RGB value is (245,181,17). Sum of RGB (Red+Green+Blue) = 245+181+17=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B511 is #0A4AEE. Grayscale: #B6B6B6. Windows color (decimal): -674543 or 1160693. OLE color: 1160693.
HSL color Cylindrical-coordinate representation of color #F5B511: hue angle of 43.16º 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 #F5B511 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 181 | 17 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.04 |
| HSL | 43.16º | 0.92% | 0.51% | - |
| HSV(B) | 43.16º | 0.93% | 0.96% | - |
| XYZ | 54.28 | 52.5 | 7.8 | - |
| YUV | 181.44 | 35.2 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 181 | 17 | 0 | 0.26 | 0.93 | 0.04 | 43.16 | 0.92 | 0.51 |
| Hex | F5 | B5 | 11 | 0 | 1A | 5D | 4 | 2B | 5C | 33 |
| Octal | 365 | 265 | 21 | 0 | 32 | 135 | 4 | 53 | 134 | 63 |
| Binary | 11110101 | 10110101 | 10001 | 0 | 11010 | 1011101 | 100 | 101011 | 1011100 | 110011 |
Color Harmonies of #F5B511
Complementary color
Monochromatic Colors of #F5B511
Black with #F5B511
Text Example
Text Example
White with #F5B511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B511; }
p { color: rgb(245,181,17); }
H1.HeaderClassName
{
color: #F5B511;
}
.AnyTagClassName
{
color: #F5B511;
}
</style>
background-color css
<style>
a { background-color: #F5B511; }
a { background-color: rgb(245,181,17); }
div.DivClassName
{
background-color: #F5B511;
}
.BgClassName
{
background-color: #F5B511;
}
</style>
border-color css
<style>
span { border-color: #F5B511; }
span { border-color: rgb(245,181,17); }
td.TdClassName
{
border-color: #F5B511;
}
.TagClassName
{
border-color: #F5B511;
}
</style>