Shades of Dark Tangerine #FFA00F
Tints of Dark Tangerine #FFA00F
RGB
CMYK
RGB Variations
Color information
#FFA00F (or 0xFFA00F) is known color: Dark Tangerine. HEX triplet: FF, A0 and 0F. RGB value is (255,160,15). Sum of RGB (Red+Green+Blue) = 255+160+15=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA00F is #005FF0. Grayscale: #ACACAC. Windows color (decimal): -24561 or 1024255. OLE color: 1024255.
HSL color Cylindrical-coordinate representation of color #FFA00F: hue angle of 36.25º 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 #FFA00F is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 15 | - |
| CMYK | 0 | 0.37 | 0.94 | 0 |
| HSL | 36.25º | 1% | 0.53% | - |
| HSV(B) | 36.25º | 0.94% | 1% | - |
| XYZ | 53.9 | 46.44 | 6.57 | - |
| YUV | 171.88 | 39.47 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 15 | 0 | 0.37 | 0.94 | 0 | 36.25 | 1 | 0.53 |
| Hex | FF | A0 | F | 0 | 25 | 5E | 0 | 24 | 64 | 35 |
| Octal | 377 | 240 | 17 | 0 | 45 | 136 | 0 | 44 | 144 | 65 |
| Binary | 11111111 | 10100000 | 1111 | 0 | 100101 | 1011110 | 0 | 100100 | 1100100 | 110101 |
Color Harmonies of #FFA00F
Complementary color
Monochromatic Colors of #FFA00F
Black with #FFA00F
Text Example
Text Example
White with #FFA00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA00F; }
p { color: rgb(255,160,15); }
H1.HeaderClassName
{
color: #FFA00F;
}
.AnyTagClassName
{
color: #FFA00F;
}
</style>
background-color css
<style>
a { background-color: #FFA00F; }
a { background-color: rgb(255,160,15); }
div.DivClassName
{
background-color: #FFA00F;
}
.BgClassName
{
background-color: #FFA00F;
}
</style>
border-color css
<style>
span { border-color: #FFA00F; }
span { border-color: rgb(255,160,15); }
td.TdClassName
{
border-color: #FFA00F;
}
.TagClassName
{
border-color: #FFA00F;
}
</style>