Shades of Atomic Tangerine #FF9470
Tints of Atomic Tangerine #FF9470
RGB
CMYK
RGB Variations
Color information
#FF9470 (or 0xFF9470) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 70. RGB value is (255,148,112). Sum of RGB (Red+Green+Blue) = 255+148+112=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9470 is #006B8F. Grayscale: #B0B0B0. Windows color (decimal): -27536 or 7378175. OLE color: 7378175.
HSL color Cylindrical-coordinate representation of color #FF9470: hue angle of 15.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 #FF9470 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 112 | - |
| CMYK | 0 | 0.42 | 0.56 | 0 |
| HSL | 15.1º | 1% | 0.72% | - |
| HSV(B) | 15.1º | 0.56% | 1% | - |
| XYZ | 54.75 | 43.61 | 20.86 | - |
| YUV | 175.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 112 | 0 | 0.42 | 0.56 | 0 | 15.1 | 1 | 0.72 |
| Hex | FF | 94 | 70 | 0 | 2A | 38 | 0 | F | 64 | 48 |
| Octal | 377 | 224 | 160 | 0 | 52 | 70 | 0 | 17 | 144 | 110 |
| Binary | 11111111 | 10010100 | 1110000 | 0 | 101010 | 111000 | 0 | 1111 | 1100100 | 1001000 |
Color Harmonies of #FF9470
Complementary color
Monochromatic Colors of #FF9470
Black with #FF9470
Text Example
Text Example
White with #FF9470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9470; }
p { color: rgb(255,148,112); }
H1.HeaderClassName
{
color: #FF9470;
}
.AnyTagClassName
{
color: #FF9470;
}
</style>
background-color css
<style>
a { background-color: #FF9470; }
a { background-color: rgb(255,148,112); }
div.DivClassName
{
background-color: #FF9470;
}
.BgClassName
{
background-color: #FF9470;
}
</style>
border-color css
<style>
span { border-color: #FF9470; }
span { border-color: rgb(255,148,112); }
td.TdClassName
{
border-color: #FF9470;
}
.TagClassName
{
border-color: #FF9470;
}
</style>