Shades of Atomic Tangerine #FF9070
Tints of Atomic Tangerine #FF9070
RGB
CMYK
RGB Variations
Color information
#FF9070 (or 0xFF9070) is known color: Atomic Tangerine. HEX triplet: FF, 90 and 70. RGB value is (255,144,112). Sum of RGB (Red+Green+Blue) = 255+144+112=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9070 is #006F8F. Grayscale: #ADADAD. Windows color (decimal): -28560 or 7377151. OLE color: 7377151.
HSL color Cylindrical-coordinate representation of color #FF9070: hue angle of 13.43º 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 #FF9070 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 112 | - |
| CMYK | 0 | 0.44 | 0.56 | 0 |
| HSL | 13.43º | 1% | 0.72% | - |
| HSV(B) | 13.43º | 0.56% | 1% | - |
| XYZ | 54.14 | 42.38 | 20.66 | - |
| YUV | 173.54 | 93.27 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 112 | 0 | 0.44 | 0.56 | 0 | 13.43 | 1 | 0.72 |
| Hex | FF | 90 | 70 | 0 | 2C | 38 | 0 | D | 64 | 48 |
| Octal | 377 | 220 | 160 | 0 | 54 | 70 | 0 | 15 | 144 | 110 |
| Binary | 11111111 | 10010000 | 1110000 | 0 | 101100 | 111000 | 0 | 1101 | 1100100 | 1001000 |
Color Harmonies of #FF9070
Complementary color
Monochromatic Colors of #FF9070
Black with #FF9070
Text Example
Text Example
White with #FF9070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9070; }
p { color: rgb(255,144,112); }
H1.HeaderClassName
{
color: #FF9070;
}
.AnyTagClassName
{
color: #FF9070;
}
</style>
background-color css
<style>
a { background-color: #FF9070; }
a { background-color: rgb(255,144,112); }
div.DivClassName
{
background-color: #FF9070;
}
.BgClassName
{
background-color: #FF9070;
}
</style>
border-color css
<style>
span { border-color: #FF9070; }
span { border-color: rgb(255,144,112); }
td.TdClassName
{
border-color: #FF9070;
}
.TagClassName
{
border-color: #FF9070;
}
</style>