Shades of Atomic Tangerine #FF9071
Tints of Atomic Tangerine #FF9071
RGB
CMYK
RGB Variations
Color information
#FF9071 (or 0xFF9071) is known color: Atomic Tangerine. HEX triplet: FF, 90 and 71. RGB value is (255,144,113). Sum of RGB (Red+Green+Blue) = 255+144+113=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9071 is #006F8E. Grayscale: #ADADAD. Windows color (decimal): -28559 or 7442687. OLE color: 7442687.
HSL color Cylindrical-coordinate representation of color #FF9071: hue angle of 13.1º 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 #FF9071 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 113 | - |
| CMYK | 0 | 0.44 | 0.56 | 0 |
| HSL | 13.1º | 1% | 0.72% | - |
| HSV(B) | 13.1º | 0.56% | 1% | - |
| XYZ | 54.19 | 42.4 | 20.95 | - |
| YUV | 173.66 | 93.77 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 113 | 0 | 0.44 | 0.56 | 0 | 13.1 | 1 | 0.72 |
| Hex | FF | 90 | 71 | 0 | 2C | 38 | 0 | D | 64 | 48 |
| Octal | 377 | 220 | 161 | 0 | 54 | 70 | 0 | 15 | 144 | 110 |
| Binary | 11111111 | 10010000 | 1110001 | 0 | 101100 | 111000 | 0 | 1101 | 1100100 | 1001000 |
Color Harmonies of #FF9071
Complementary color
Monochromatic Colors of #FF9071
Black with #FF9071
Text Example
Text Example
White with #FF9071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9071; }
p { color: rgb(255,144,113); }
H1.HeaderClassName
{
color: #FF9071;
}
.AnyTagClassName
{
color: #FF9071;
}
</style>
background-color css
<style>
a { background-color: #FF9071; }
a { background-color: rgb(255,144,113); }
div.DivClassName
{
background-color: #FF9071;
}
.BgClassName
{
background-color: #FF9071;
}
</style>
border-color css
<style>
span { border-color: #FF9071; }
span { border-color: rgb(255,144,113); }
td.TdClassName
{
border-color: #FF9071;
}
.TagClassName
{
border-color: #FF9071;
}
</style>