Shades of Dark Tangerine #FFA911
Tints of Dark Tangerine #FFA911
RGB
CMYK
RGB Variations
Color information
#FFA911 (or 0xFFA911) is known color: Dark Tangerine. HEX triplet: FF, A9 and 11. RGB value is (255,169,17). Sum of RGB (Red+Green+Blue) = 255+169+17=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA911 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA911 is #0056EE. Grayscale: #B2B2B2. Windows color (decimal): -22255 or 1157631. OLE color: 1157631.
HSL color Cylindrical-coordinate representation of color #FFA911: hue angle of 38.32º 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 #FFA911 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 17 | - |
| CMYK | 0 | 0.34 | 0.93 | 0 |
| HSL | 38.32º | 1% | 0.53% | - |
| HSV(B) | 38.32º | 0.93% | 1% | - |
| XYZ | 55.53 | 49.68 | 7.19 | - |
| YUV | 177.39 | 37.49 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 17 | 0 | 0.34 | 0.93 | 0 | 38.32 | 1 | 0.53 |
| Hex | FF | A9 | 11 | 0 | 22 | 5D | 0 | 26 | 64 | 35 |
| Octal | 377 | 251 | 21 | 0 | 42 | 135 | 0 | 46 | 144 | 65 |
| Binary | 11111111 | 10101001 | 10001 | 0 | 100010 | 1011101 | 0 | 100110 | 1100100 | 110101 |
Color Harmonies of #FFA911
Complementary color
Monochromatic Colors of #FFA911
Black with #FFA911
Text Example
Text Example
White with #FFA911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA911; }
p { color: rgb(255,169,17); }
H1.HeaderClassName
{
color: #FFA911;
}
.AnyTagClassName
{
color: #FFA911;
}
</style>
background-color css
<style>
a { background-color: #FFA911; }
a { background-color: rgb(255,169,17); }
div.DivClassName
{
background-color: #FFA911;
}
.BgClassName
{
background-color: #FFA911;
}
</style>
border-color css
<style>
span { border-color: #FFA911; }
span { border-color: rgb(255,169,17); }
td.TdClassName
{
border-color: #FFA911;
}
.TagClassName
{
border-color: #FFA911;
}
</style>