Shades of Dark Tangerine #FFA618
Tints of Dark Tangerine #FFA618
RGB
CMYK
RGB Variations
Color information
#FFA618 (or 0xFFA618) is known color: Dark Tangerine. HEX triplet: FF, A6 and 18. RGB value is (255,166,24). Sum of RGB (Red+Green+Blue) = 255+166+24=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA618 is #0059E7. Grayscale: #B1B1B1. Windows color (decimal): -23016 or 1615615. OLE color: 1615615.
HSL color Cylindrical-coordinate representation of color #FFA618: hue angle of 36.88º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFA618 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 24 | - |
| CMYK | 0 | 0.35 | 0.91 | 0 |
| HSL | 36.88º | 1% | 0.55% | - |
| HSV(B) | 36.88º | 0.91% | 1% | - |
| XYZ | 55.04 | 48.6 | 7.34 | - |
| YUV | 176.42 | 41.99 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 24 | 0 | 0.35 | 0.91 | 0 | 36.88 | 1 | 0.55 |
| Hex | FF | A6 | 18 | 0 | 23 | 5B | 0 | 25 | 64 | 37 |
| Octal | 377 | 246 | 30 | 0 | 43 | 133 | 0 | 45 | 144 | 67 |
| Binary | 11111111 | 10100110 | 11000 | 0 | 100011 | 1011011 | 0 | 100101 | 1100100 | 110111 |
Color Harmonies of #FFA618
Complementary color
Monochromatic Colors of #FFA618
Black with #FFA618
Text Example
Text Example
White with #FFA618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA618; }
p { color: rgb(255,166,24); }
H1.HeaderClassName
{
color: #FFA618;
}
.AnyTagClassName
{
color: #FFA618;
}
</style>
background-color css
<style>
a { background-color: #FFA618; }
a { background-color: rgb(255,166,24); }
div.DivClassName
{
background-color: #FFA618;
}
.BgClassName
{
background-color: #FFA618;
}
</style>
border-color css
<style>
span { border-color: #FFA618; }
span { border-color: rgb(255,166,24); }
td.TdClassName
{
border-color: #FFA618;
}
.TagClassName
{
border-color: #FFA618;
}
</style>