Shades of Atomic Tangerine #FF8F60
Tints of Atomic Tangerine #FF8F60
RGB
CMYK
RGB Variations
Color information
#FF8F60 (or 0xFF8F60) is known color: Atomic Tangerine. HEX triplet: FF, 8F and 60. RGB value is (255,143,96). Sum of RGB (Red+Green+Blue) = 255+143+96=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F60 is #00709F. Grayscale: #ABABAB. Windows color (decimal): -28832 or 6328319. OLE color: 6328319.
HSL color Cylindrical-coordinate representation of color #FF8F60: hue angle of 17.74º 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 #FF8F60 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 96 | - |
| CMYK | 0 | 0.44 | 0.62 | 0 |
| HSL | 17.74º | 1% | 0.69% | - |
| HSV(B) | 17.74º | 0.62% | 1% | - |
| XYZ | 53.17 | 41.75 | 16.32 | - |
| YUV | 171.13 | 85.61 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 96 | 0 | 0.44 | 0.62 | 0 | 17.74 | 1 | 0.69 |
| Hex | FF | 8F | 60 | 0 | 2C | 3E | 0 | 12 | 64 | 45 |
| Octal | 377 | 217 | 140 | 0 | 54 | 76 | 0 | 22 | 144 | 105 |
| Binary | 11111111 | 10001111 | 1100000 | 0 | 101100 | 111110 | 0 | 10010 | 1100100 | 1000101 |
Color Harmonies of #FF8F60
Complementary color
Monochromatic Colors of #FF8F60
Black with #FF8F60
Text Example
Text Example
White with #FF8F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F60; }
p { color: rgb(255,143,96); }
H1.HeaderClassName
{
color: #FF8F60;
}
.AnyTagClassName
{
color: #FF8F60;
}
</style>
background-color css
<style>
a { background-color: #FF8F60; }
a { background-color: rgb(255,143,96); }
div.DivClassName
{
background-color: #FF8F60;
}
.BgClassName
{
background-color: #FF8F60;
}
</style>
border-color css
<style>
span { border-color: #FF8F60; }
span { border-color: rgb(255,143,96); }
td.TdClassName
{
border-color: #FF8F60;
}
.TagClassName
{
border-color: #FF8F60;
}
</style>