Shades of Atomic Tangerine #FF8960
Tints of Atomic Tangerine #FF8960
RGB
CMYK
RGB Variations
Color information
#FF8960 (or 0xFF8960) is known color: Atomic Tangerine. HEX triplet: FF, 89 and 60. RGB value is (255,137,96). Sum of RGB (Red+Green+Blue) = 255+137+96=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8960 is #00769F. Grayscale: #A7A7A7. Windows color (decimal): -30368 or 6326783. OLE color: 6326783.
HSL color Cylindrical-coordinate representation of color #FF8960: hue angle of 15.47º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF8960 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 96 | - |
| CMYK | 0 | 0.46 | 0.62 | 0 |
| HSL | 15.47º | 1% | 0.69% | - |
| HSV(B) | 15.47º | 0.62% | 1% | - |
| XYZ | 52.3 | 40 | 16.03 | - |
| YUV | 167.61 | 87.59 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 96 | 0 | 0.46 | 0.62 | 0 | 15.47 | 1 | 0.69 |
| Hex | FF | 89 | 60 | 0 | 2E | 3E | 0 | F | 64 | 45 |
| Octal | 377 | 211 | 140 | 0 | 56 | 76 | 0 | 17 | 144 | 105 |
| Binary | 11111111 | 10001001 | 1100000 | 0 | 101110 | 111110 | 0 | 1111 | 1100100 | 1000101 |
Color Harmonies of #FF8960
Complementary color
Monochromatic Colors of #FF8960
Black with #FF8960
Text Example
Text Example
White with #FF8960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8960; }
p { color: rgb(255,137,96); }
H1.HeaderClassName
{
color: #FF8960;
}
.AnyTagClassName
{
color: #FF8960;
}
</style>
background-color css
<style>
a { background-color: #FF8960; }
a { background-color: rgb(255,137,96); }
div.DivClassName
{
background-color: #FF8960;
}
.BgClassName
{
background-color: #FF8960;
}
</style>
border-color css
<style>
span { border-color: #FF8960; }
span { border-color: rgb(255,137,96); }
td.TdClassName
{
border-color: #FF8960;
}
.TagClassName
{
border-color: #FF8960;
}
</style>