Shades of Atomic Tangerine #FF9471
Tints of Atomic Tangerine #FF9471
RGB
CMYK
RGB Variations
Color information
#FF9471 (or 0xFF9471) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 71. RGB value is (255,148,113). Sum of RGB (Red+Green+Blue) = 255+148+113=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9471 is #006B8E. Grayscale: #B0B0B0. Windows color (decimal): -27535 or 7443711. OLE color: 7443711.
HSL color Cylindrical-coordinate representation of color #FF9471: hue angle of 14.79º 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 #FF9471 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 113 | - |
| CMYK | 0 | 0.42 | 0.56 | 0 |
| HSL | 14.79º | 1% | 0.72% | - |
| HSV(B) | 14.79º | 0.56% | 1% | - |
| XYZ | 54.81 | 43.63 | 21.16 | - |
| YUV | 176 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 113 | 0 | 0.42 | 0.56 | 0 | 14.79 | 1 | 0.72 |
| Hex | FF | 94 | 71 | 0 | 2A | 38 | 0 | F | 64 | 48 |
| Octal | 377 | 224 | 161 | 0 | 52 | 70 | 0 | 17 | 144 | 110 |
| Binary | 11111111 | 10010100 | 1110001 | 0 | 101010 | 111000 | 0 | 1111 | 1100100 | 1001000 |
Color Harmonies of #FF9471
Complementary color
Monochromatic Colors of #FF9471
Black with #FF9471
Text Example
Text Example
White with #FF9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9471; }
p { color: rgb(255,148,113); }
H1.HeaderClassName
{
color: #FF9471;
}
.AnyTagClassName
{
color: #FF9471;
}
</style>
background-color css
<style>
a { background-color: #FF9471; }
a { background-color: rgb(255,148,113); }
div.DivClassName
{
background-color: #FF9471;
}
.BgClassName
{
background-color: #FF9471;
}
</style>
border-color css
<style>
span { border-color: #FF9471; }
span { border-color: rgb(255,148,113); }
td.TdClassName
{
border-color: #FF9471;
}
.TagClassName
{
border-color: #FF9471;
}
</style>