Shades of Atomic Tangerine #FFA067
Tints of Atomic Tangerine #FFA067
RGB
CMYK
RGB Variations
Color information
#FFA067 (or 0xFFA067) is known color: Atomic Tangerine. HEX triplet: FF, A0 and 67. RGB value is (255,160,103). Sum of RGB (Red+Green+Blue) = 255+160+103=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA067 is #005F98. Grayscale: #B6B6B6. Windows color (decimal): -24473 or 6791423. OLE color: 6791423.
HSL color Cylindrical-coordinate representation of color #FFA067: hue angle of 22.5º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFA067 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 103 | - |
| CMYK | 0 | 0.37 | 0.60 | 0 |
| HSL | 22.5º | 1% | 0.7% | - |
| HSV(B) | 22.5º | 0.6% | 1% | - |
| XYZ | 56.26 | 47.38 | 19.01 | - |
| YUV | 181.91 | 83.47 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 103 | 0 | 0.37 | 0.60 | 0 | 22.5 | 1 | 0.7 |
| Hex | FF | A0 | 67 | 0 | 25 | 3C | 0 | 16 | 64 | 46 |
| Octal | 377 | 240 | 147 | 0 | 45 | 74 | 0 | 26 | 144 | 106 |
| Binary | 11111111 | 10100000 | 1100111 | 0 | 100101 | 111100 | 0 | 10110 | 1100100 | 1000110 |
Color Harmonies of #FFA067
Complementary color
Monochromatic Colors of #FFA067
Black with #FFA067
Text Example
Text Example
White with #FFA067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA067; }
p { color: rgb(255,160,103); }
H1.HeaderClassName
{
color: #FFA067;
}
.AnyTagClassName
{
color: #FFA067;
}
</style>
background-color css
<style>
a { background-color: #FFA067; }
a { background-color: rgb(255,160,103); }
div.DivClassName
{
background-color: #FFA067;
}
.BgClassName
{
background-color: #FFA067;
}
</style>
border-color css
<style>
span { border-color: #FFA067; }
span { border-color: rgb(255,160,103); }
td.TdClassName
{
border-color: #FFA067;
}
.TagClassName
{
border-color: #FFA067;
}
</style>