Shades of Dark Tangerine #FFA61E
Tints of Dark Tangerine #FFA61E
RGB
CMYK
RGB Variations
Color information
#FFA61E (or 0xFFA61E) is known color: Dark Tangerine. HEX triplet: FF, A6 and 1E. RGB value is (255,166,30). Sum of RGB (Red+Green+Blue) = 255+166+30=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA61E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA61E is #0059E1. Grayscale: #B1B1B1. Windows color (decimal): -23010 or 2008831. OLE color: 2008831.
HSL color Cylindrical-coordinate representation of color #FFA61E: hue angle of 36.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFA61E is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 30 | - |
| CMYK | 0 | 0.35 | 0.88 | 0 |
| HSL | 36.27º | 1% | 0.56% | - |
| HSV(B) | 36.27º | 0.88% | 1% | - |
| XYZ | 55.11 | 48.63 | 7.71 | - |
| YUV | 177.11 | 44.99 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 30 | 0 | 0.35 | 0.88 | 0 | 36.27 | 1 | 0.56 |
| Hex | FF | A6 | 1E | 0 | 23 | 58 | 0 | 24 | 64 | 38 |
| Octal | 377 | 246 | 36 | 0 | 43 | 130 | 0 | 44 | 144 | 70 |
| Binary | 11111111 | 10100110 | 11110 | 0 | 100011 | 1011000 | 0 | 100100 | 1100100 | 111000 |
Color Harmonies of #FFA61E
Complementary color
Monochromatic Colors of #FFA61E
Black with #FFA61E
Text Example
Text Example
White with #FFA61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA61E; }
p { color: rgb(255,166,30); }
H1.HeaderClassName
{
color: #FFA61E;
}
.AnyTagClassName
{
color: #FFA61E;
}
</style>
background-color css
<style>
a { background-color: #FFA61E; }
a { background-color: rgb(255,166,30); }
div.DivClassName
{
background-color: #FFA61E;
}
.BgClassName
{
background-color: #FFA61E;
}
</style>
border-color css
<style>
span { border-color: #FFA61E; }
span { border-color: rgb(255,166,30); }
td.TdClassName
{
border-color: #FFA61E;
}
.TagClassName
{
border-color: #FFA61E;
}
</style>