Shades of Dark Tangerine #FFA511
Tints of Dark Tangerine #FFA511
RGB
CMYK
RGB Variations
Color information
#FFA511 (or 0xFFA511) is known color: Dark Tangerine. HEX triplet: FF, A5 and 11. RGB value is (255,165,17). Sum of RGB (Red+Green+Blue) = 255+165+17=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA511 is #005AEE. Grayscale: #AFAFAF. Windows color (decimal): -23279 or 1156607. OLE color: 1156607.
HSL color Cylindrical-coordinate representation of color #FFA511: hue angle of 37.31º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFA511 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 17 | - |
| CMYK | 0 | 0.35 | 0.93 | 0 |
| HSL | 37.31º | 1% | 0.53% | - |
| HSV(B) | 37.31º | 0.93% | 1% | - |
| XYZ | 54.8 | 48.21 | 6.95 | - |
| YUV | 175.04 | 38.82 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 17 | 0 | 0.35 | 0.93 | 0 | 37.31 | 1 | 0.53 |
| Hex | FF | A5 | 11 | 0 | 23 | 5D | 0 | 25 | 64 | 35 |
| Octal | 377 | 245 | 21 | 0 | 43 | 135 | 0 | 45 | 144 | 65 |
| Binary | 11111111 | 10100101 | 10001 | 0 | 100011 | 1011101 | 0 | 100101 | 1100100 | 110101 |
Color Harmonies of #FFA511
Complementary color
Monochromatic Colors of #FFA511
Black with #FFA511
Text Example
Text Example
White with #FFA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA511; }
p { color: rgb(255,165,17); }
H1.HeaderClassName
{
color: #FFA511;
}
.AnyTagClassName
{
color: #FFA511;
}
</style>
background-color css
<style>
a { background-color: #FFA511; }
a { background-color: rgb(255,165,17); }
div.DivClassName
{
background-color: #FFA511;
}
.BgClassName
{
background-color: #FFA511;
}
</style>
border-color css
<style>
span { border-color: #FFA511; }
span { border-color: rgb(255,165,17); }
td.TdClassName
{
border-color: #FFA511;
}
.TagClassName
{
border-color: #FFA511;
}
</style>