Shades of Dark Tangerine #FFA11C
Tints of Dark Tangerine #FFA11C
RGB
CMYK
RGB Variations
Color information
#FFA11C (or 0xFFA11C) is known color: Dark Tangerine. HEX triplet: FF, A1 and 1C. RGB value is (255,161,28). Sum of RGB (Red+Green+Blue) = 255+161+28=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA11C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA11C is #005EE3. Grayscale: #AEAEAE. Windows color (decimal): -24292 or 1876479. OLE color: 1876479.
HSL color Cylindrical-coordinate representation of color #FFA11C: hue angle of 35.15º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFA11C is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 28 | - |
| CMYK | 0 | 0.37 | 0.89 | 0 |
| HSL | 35.15º | 1% | 0.55% | - |
| HSV(B) | 35.15º | 0.89% | 1% | - |
| XYZ | 54.19 | 46.83 | 7.28 | - |
| YUV | 173.94 | 45.64 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 28 | 0 | 0.37 | 0.89 | 0 | 35.15 | 1 | 0.55 |
| Hex | FF | A1 | 1C | 0 | 25 | 59 | 0 | 23 | 64 | 37 |
| Octal | 377 | 241 | 34 | 0 | 45 | 131 | 0 | 43 | 144 | 67 |
| Binary | 11111111 | 10100001 | 11100 | 0 | 100101 | 1011001 | 0 | 100011 | 1100100 | 110111 |
Color Harmonies of #FFA11C
Complementary color
Monochromatic Colors of #FFA11C
Black with #FFA11C
Text Example
Text Example
White with #FFA11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA11C; }
p { color: rgb(255,161,28); }
H1.HeaderClassName
{
color: #FFA11C;
}
.AnyTagClassName
{
color: #FFA11C;
}
</style>
background-color css
<style>
a { background-color: #FFA11C; }
a { background-color: rgb(255,161,28); }
div.DivClassName
{
background-color: #FFA11C;
}
.BgClassName
{
background-color: #FFA11C;
}
</style>
border-color css
<style>
span { border-color: #FFA11C; }
span { border-color: rgb(255,161,28); }
td.TdClassName
{
border-color: #FFA11C;
}
.TagClassName
{
border-color: #FFA11C;
}
</style>