Shades of Atomic Tangerine #FF9271
Tints of Atomic Tangerine #FF9271
RGB
CMYK
RGB Variations
Color information
#FF9271 (or 0xFF9271) is known color: Atomic Tangerine. HEX triplet: FF, 92 and 71. RGB value is (255,146,113). Sum of RGB (Red+Green+Blue) = 255+146+113=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9271 is #006D8E. Grayscale: #AFAFAF. Windows color (decimal): -28047 or 7443199. OLE color: 7443199.
HSL color Cylindrical-coordinate representation of color #FF9271: hue angle of 13.94º 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 #FF9271 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 113 | - |
| CMYK | 0 | 0.43 | 0.56 | 0 |
| HSL | 13.94º | 1% | 0.72% | - |
| HSV(B) | 13.94º | 0.56% | 1% | - |
| XYZ | 54.5 | 43.01 | 21.05 | - |
| YUV | 174.83 | 93.11 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 113 | 0 | 0.43 | 0.56 | 0 | 13.94 | 1 | 0.72 |
| Hex | FF | 92 | 71 | 0 | 2B | 38 | 0 | E | 64 | 48 |
| Octal | 377 | 222 | 161 | 0 | 53 | 70 | 0 | 16 | 144 | 110 |
| Binary | 11111111 | 10010010 | 1110001 | 0 | 101011 | 111000 | 0 | 1110 | 1100100 | 1001000 |
Color Harmonies of #FF9271
Complementary color
Monochromatic Colors of #FF9271
Black with #FF9271
Text Example
Text Example
White with #FF9271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9271; }
p { color: rgb(255,146,113); }
H1.HeaderClassName
{
color: #FF9271;
}
.AnyTagClassName
{
color: #FF9271;
}
</style>
background-color css
<style>
a { background-color: #FF9271; }
a { background-color: rgb(255,146,113); }
div.DivClassName
{
background-color: #FF9271;
}
.BgClassName
{
background-color: #FF9271;
}
</style>
border-color css
<style>
span { border-color: #FF9271; }
span { border-color: rgb(255,146,113); }
td.TdClassName
{
border-color: #FF9271;
}
.TagClassName
{
border-color: #FF9271;
}
</style>