Shades of Atomic Tangerine #FF9671
Tints of Atomic Tangerine #FF9671
RGB
CMYK
RGB Variations
Color information
#FF9671 (or 0xFF9671) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 71. RGB value is (255,150,113). Sum of RGB (Red+Green+Blue) = 255+150+113=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9671 is #00698E. Grayscale: #B1B1B1. Windows color (decimal): -27023 or 7444223. OLE color: 7444223.
HSL color Cylindrical-coordinate representation of color #FF9671: hue angle of 15.63º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF9671 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 113 | - |
| CMYK | 0 | 0.41 | 0.56 | 0 |
| HSL | 15.63º | 1% | 0.72% | - |
| HSV(B) | 15.63º | 0.56% | 1% | - |
| XYZ | 55.13 | 44.26 | 21.26 | - |
| YUV | 177.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 113 | 0 | 0.41 | 0.56 | 0 | 15.63 | 1 | 0.72 |
| Hex | FF | 96 | 71 | 0 | 29 | 38 | 0 | 10 | 64 | 48 |
| Octal | 377 | 226 | 161 | 0 | 51 | 70 | 0 | 20 | 144 | 110 |
| Binary | 11111111 | 10010110 | 1110001 | 0 | 101001 | 111000 | 0 | 10000 | 1100100 | 1001000 |
Color Harmonies of #FF9671
Complementary color
Monochromatic Colors of #FF9671
Black with #FF9671
Text Example
Text Example
White with #FF9671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9671; }
p { color: rgb(255,150,113); }
H1.HeaderClassName
{
color: #FF9671;
}
.AnyTagClassName
{
color: #FF9671;
}
</style>
background-color css
<style>
a { background-color: #FF9671; }
a { background-color: rgb(255,150,113); }
div.DivClassName
{
background-color: #FF9671;
}
.BgClassName
{
background-color: #FF9671;
}
</style>
border-color css
<style>
span { border-color: #FF9671; }
span { border-color: rgb(255,150,113); }
td.TdClassName
{
border-color: #FF9671;
}
.TagClassName
{
border-color: #FF9671;
}
</style>