Shades of Atomic Tangerine #FF9760
Tints of Atomic Tangerine #FF9760
RGB
CMYK
RGB Variations
Color information
#FF9760 (or 0xFF9760) is known color: Atomic Tangerine. HEX triplet: FF, 97 and 60. RGB value is (255,151,96). Sum of RGB (Red+Green+Blue) = 255+151+96=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9760 is #00689F. Grayscale: #B0B0B0. Windows color (decimal): -26784 or 6330367. OLE color: 6330367.
HSL color Cylindrical-coordinate representation of color #FF9760: hue angle of 20.75º 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 #FF9760 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 96 | - |
| CMYK | 0 | 0.41 | 0.62 | 0 |
| HSL | 20.75º | 1% | 0.69% | - |
| HSV(B) | 20.75º | 0.62% | 1% | - |
| XYZ | 54.42 | 44.24 | 16.74 | - |
| YUV | 175.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 96 | 0 | 0.41 | 0.62 | 0 | 20.75 | 1 | 0.69 |
| Hex | FF | 97 | 60 | 0 | 29 | 3E | 0 | 15 | 64 | 45 |
| Octal | 377 | 227 | 140 | 0 | 51 | 76 | 0 | 25 | 144 | 105 |
| Binary | 11111111 | 10010111 | 1100000 | 0 | 101001 | 111110 | 0 | 10101 | 1100100 | 1000101 |
Color Harmonies of #FF9760
Complementary color
Monochromatic Colors of #FF9760
Black with #FF9760
Text Example
Text Example
White with #FF9760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9760; }
p { color: rgb(255,151,96); }
H1.HeaderClassName
{
color: #FF9760;
}
.AnyTagClassName
{
color: #FF9760;
}
</style>
background-color css
<style>
a { background-color: #FF9760; }
a { background-color: rgb(255,151,96); }
div.DivClassName
{
background-color: #FF9760;
}
.BgClassName
{
background-color: #FF9760;
}
</style>
border-color css
<style>
span { border-color: #FF9760; }
span { border-color: rgb(255,151,96); }
td.TdClassName
{
border-color: #FF9760;
}
.TagClassName
{
border-color: #FF9760;
}
</style>