Shades of Dark Tangerine #FFA61A
Tints of Dark Tangerine #FFA61A
RGB
CMYK
RGB Variations
Color information
#FFA61A (or 0xFFA61A) is known color: Dark Tangerine. HEX triplet: FF, A6 and 1A. RGB value is (255,166,26). Sum of RGB (Red+Green+Blue) = 255+166+26=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA61A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA61A is #0059E5. Grayscale: #B1B1B1. Windows color (decimal): -23014 or 1746687. OLE color: 1746687.
HSL color Cylindrical-coordinate representation of color #FFA61A: hue angle of 36.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFA61A is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 26 | - |
| CMYK | 0 | 0.35 | 0.90 | 0 |
| HSL | 36.68º | 1% | 0.55% | - |
| HSV(B) | 36.68º | 0.9% | 1% | - |
| XYZ | 55.06 | 48.61 | 7.46 | - |
| YUV | 176.65 | 42.99 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 26 | 0 | 0.35 | 0.90 | 0 | 36.68 | 1 | 0.55 |
| Hex | FF | A6 | 1A | 0 | 23 | 5A | 0 | 25 | 64 | 37 |
| Octal | 377 | 246 | 32 | 0 | 43 | 132 | 0 | 45 | 144 | 67 |
| Binary | 11111111 | 10100110 | 11010 | 0 | 100011 | 1011010 | 0 | 100101 | 1100100 | 110111 |
Color Harmonies of #FFA61A
Complementary color
Monochromatic Colors of #FFA61A
Black with #FFA61A
Text Example
Text Example
White with #FFA61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA61A; }
p { color: rgb(255,166,26); }
H1.HeaderClassName
{
color: #FFA61A;
}
.AnyTagClassName
{
color: #FFA61A;
}
</style>
background-color css
<style>
a { background-color: #FFA61A; }
a { background-color: rgb(255,166,26); }
div.DivClassName
{
background-color: #FFA61A;
}
.BgClassName
{
background-color: #FFA61A;
}
</style>
border-color css
<style>
span { border-color: #FFA61A; }
span { border-color: rgb(255,166,26); }
td.TdClassName
{
border-color: #FFA61A;
}
.TagClassName
{
border-color: #FFA61A;
}
</style>