Shades of Dark Tangerine #FFA60F
Tints of Dark Tangerine #FFA60F
RGB
CMYK
RGB Variations
Color information
#FFA60F (or 0xFFA60F) is known color: Dark Tangerine. HEX triplet: FF, A6 and 0F. RGB value is (255,166,15). Sum of RGB (Red+Green+Blue) = 255+166+15=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA60F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA60F is #0059F0. Grayscale: #B0B0B0. Windows color (decimal): -23025 or 1025791. OLE color: 1025791.
HSL color Cylindrical-coordinate representation of color #FFA60F: hue angle of 37.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFA60F is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 15 | - |
| CMYK | 0 | 0.35 | 0.94 | 0 |
| HSL | 37.75º | 1% | 0.53% | - |
| HSV(B) | 37.75º | 0.94% | 1% | - |
| XYZ | 54.96 | 48.57 | 6.93 | - |
| YUV | 175.4 | 37.49 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 15 | 0 | 0.35 | 0.94 | 0 | 37.75 | 1 | 0.53 |
| Hex | FF | A6 | F | 0 | 23 | 5E | 0 | 26 | 64 | 35 |
| Octal | 377 | 246 | 17 | 0 | 43 | 136 | 0 | 46 | 144 | 65 |
| Binary | 11111111 | 10100110 | 1111 | 0 | 100011 | 1011110 | 0 | 100110 | 1100100 | 110101 |
Color Harmonies of #FFA60F
Complementary color
Monochromatic Colors of #FFA60F
Black with #FFA60F
Text Example
Text Example
White with #FFA60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA60F; }
p { color: rgb(255,166,15); }
H1.HeaderClassName
{
color: #FFA60F;
}
.AnyTagClassName
{
color: #FFA60F;
}
</style>
background-color css
<style>
a { background-color: #FFA60F; }
a { background-color: rgb(255,166,15); }
div.DivClassName
{
background-color: #FFA60F;
}
.BgClassName
{
background-color: #FFA60F;
}
</style>
border-color css
<style>
span { border-color: #FFA60F; }
span { border-color: rgb(255,166,15); }
td.TdClassName
{
border-color: #FFA60F;
}
.TagClassName
{
border-color: #FFA60F;
}
</style>