Shades of Atomic Tangerine #FF9970
Tints of Atomic Tangerine #FF9970
RGB
CMYK
RGB Variations
Color information
#FF9970 (or 0xFF9970) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 70. RGB value is (255,153,112). Sum of RGB (Red+Green+Blue) = 255+153+112=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9970 is #00668F. Grayscale: #B3B3B3. Windows color (decimal): -26256 or 7379455. OLE color: 7379455.
HSL color Cylindrical-coordinate representation of color #FF9970: hue angle of 17.2º 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 #FF9970 is Cyan = 0, Magento = 0.4, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 112 | - |
| CMYK | 0 | 0.4 | 0.56 | 0 |
| HSL | 17.2º | 1% | 0.72% | - |
| HSV(B) | 17.2º | 0.56% | 1% | - |
| XYZ | 55.56 | 45.21 | 21.13 | - |
| YUV | 178.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 112 | 0 | 0.4 | 0.56 | 0 | 17.2 | 1 | 0.72 |
| Hex | FF | 99 | 70 | 0 | 28 | 38 | 0 | 11 | 64 | 48 |
| Octal | 377 | 231 | 160 | 0 | 50 | 70 | 0 | 21 | 144 | 110 |
| Binary | 11111111 | 10011001 | 1110000 | 0 | 101000 | 111000 | 0 | 10001 | 1100100 | 1001000 |
Color Harmonies of #FF9970
Complementary color
Monochromatic Colors of #FF9970
Black with #FF9970
Text Example
Text Example
White with #FF9970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9970; }
p { color: rgb(255,153,112); }
H1.HeaderClassName
{
color: #FF9970;
}
.AnyTagClassName
{
color: #FF9970;
}
</style>
background-color css
<style>
a { background-color: #FF9970; }
a { background-color: rgb(255,153,112); }
div.DivClassName
{
background-color: #FF9970;
}
.BgClassName
{
background-color: #FF9970;
}
</style>
border-color css
<style>
span { border-color: #FF9970; }
span { border-color: rgb(255,153,112); }
td.TdClassName
{
border-color: #FF9970;
}
.TagClassName
{
border-color: #FF9970;
}
</style>