Shades of Atomic Tangerine #FF9270
Tints of Atomic Tangerine #FF9270
RGB
CMYK
RGB Variations
Color information
#FF9270 (or 0xFF9270) is known color: Atomic Tangerine. HEX triplet: FF, 92 and 70. RGB value is (255,146,112). Sum of RGB (Red+Green+Blue) = 255+146+112=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9270 is #006D8F. Grayscale: #AEAEAE. Windows color (decimal): -28048 or 7377663. OLE color: 7377663.
HSL color Cylindrical-coordinate representation of color #FF9270: hue angle of 14.27º 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 #FF9270 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 112 | - |
| CMYK | 0 | 0.43 | 0.56 | 0 |
| HSL | 14.27º | 1% | 0.72% | - |
| HSV(B) | 14.27º | 0.56% | 1% | - |
| XYZ | 54.44 | 42.99 | 20.76 | - |
| YUV | 174.72 | 92.61 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 112 | 0 | 0.43 | 0.56 | 0 | 14.27 | 1 | 0.72 |
| Hex | FF | 92 | 70 | 0 | 2B | 38 | 0 | E | 64 | 48 |
| Octal | 377 | 222 | 160 | 0 | 53 | 70 | 0 | 16 | 144 | 110 |
| Binary | 11111111 | 10010010 | 1110000 | 0 | 101011 | 111000 | 0 | 1110 | 1100100 | 1001000 |
Color Harmonies of #FF9270
Complementary color
Monochromatic Colors of #FF9270
Black with #FF9270
Text Example
Text Example
White with #FF9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9270; }
p { color: rgb(255,146,112); }
H1.HeaderClassName
{
color: #FF9270;
}
.AnyTagClassName
{
color: #FF9270;
}
</style>
background-color css
<style>
a { background-color: #FF9270; }
a { background-color: rgb(255,146,112); }
div.DivClassName
{
background-color: #FF9270;
}
.BgClassName
{
background-color: #FF9270;
}
</style>
border-color css
<style>
span { border-color: #FF9270; }
span { border-color: rgb(255,146,112); }
td.TdClassName
{
border-color: #FF9270;
}
.TagClassName
{
border-color: #FF9270;
}
</style>