Shades of Dark Tangerine #FFA61B
Tints of Dark Tangerine #FFA61B
RGB
CMYK
RGB Variations
Color information
#FFA61B (or 0xFFA61B) is known color: Dark Tangerine. HEX triplet: FF, A6 and 1B. RGB value is (255,166,27). Sum of RGB (Red+Green+Blue) = 255+166+27=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 27 (10.94% from 255 or 6.03% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA61B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA61B is #0059E4. Grayscale: #B1B1B1. Windows color (decimal): -23013 or 1812223. OLE color: 1812223.
HSL color Cylindrical-coordinate representation of color #FFA61B: hue angle of 36.58º 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 #FFA61B is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 27 | - |
| CMYK | 0 | 0.35 | 0.89 | 0 |
| HSL | 36.58º | 1% | 0.55% | - |
| HSV(B) | 36.58º | 0.89% | 1% | - |
| XYZ | 55.07 | 48.61 | 7.52 | - |
| YUV | 176.77 | 43.49 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 27 | 0 | 0.35 | 0.89 | 0 | 36.58 | 1 | 0.55 |
| Hex | FF | A6 | 1B | 0 | 23 | 59 | 0 | 25 | 64 | 37 |
| Octal | 377 | 246 | 33 | 0 | 43 | 131 | 0 | 45 | 144 | 67 |
| Binary | 11111111 | 10100110 | 11011 | 0 | 100011 | 1011001 | 0 | 100101 | 1100100 | 110111 |
Color Harmonies of #FFA61B
Complementary color
Monochromatic Colors of #FFA61B
Black with #FFA61B
Text Example
Text Example
White with #FFA61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA61B; }
p { color: rgb(255,166,27); }
H1.HeaderClassName
{
color: #FFA61B;
}
.AnyTagClassName
{
color: #FFA61B;
}
</style>
background-color css
<style>
a { background-color: #FFA61B; }
a { background-color: rgb(255,166,27); }
div.DivClassName
{
background-color: #FFA61B;
}
.BgClassName
{
background-color: #FFA61B;
}
</style>
border-color css
<style>
span { border-color: #FFA61B; }
span { border-color: rgb(255,166,27); }
td.TdClassName
{
border-color: #FFA61B;
}
.TagClassName
{
border-color: #FFA61B;
}
</style>