Shades of Atomic Tangerine #FE9170
Tints of Atomic Tangerine #FE9170
RGB
CMYK
RGB Variations
Color information
#FE9170 (or 0xFE9170) is known color: Atomic Tangerine. HEX triplet: FE, 91 and 70. RGB value is (254,145,112). Sum of RGB (Red+Green+Blue) = 254+145+112=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9170 is #016E8F. Grayscale: #AEAEAE. Windows color (decimal): -93840 or 7377406. OLE color: 7377406.
HSL color Cylindrical-coordinate representation of color #FE9170: hue angle of 13.94º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE9170 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 112 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.00 |
| HSL | 13.94º | 0.99% | 0.72% | - |
| HSV(B) | 13.94º | 0.56% | 1% | - |
| XYZ | 53.92 | 42.49 | 20.69 | - |
| YUV | 173.83 | 93.11 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 112 | 0 | 0.43 | 0.56 | 0.00 | 13.94 | 0.99 | 0.72 |
| Hex | FE | 91 | 70 | 0 | 2B | 38 | 0 | E | 63 | 48 |
| Octal | 376 | 221 | 160 | 0 | 53 | 70 | 0 | 16 | 143 | 110 |
| Binary | 11111110 | 10010001 | 1110000 | 0 | 101011 | 111000 | 0 | 1110 | 1100011 | 1001000 |
Color Harmonies of #FE9170
Complementary color
Monochromatic Colors of #FE9170
Black with #FE9170
Text Example
Text Example
White with #FE9170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9170; }
p { color: rgb(254,145,112); }
H1.HeaderClassName
{
color: #FE9170;
}
.AnyTagClassName
{
color: #FE9170;
}
</style>
background-color css
<style>
a { background-color: #FE9170; }
a { background-color: rgb(254,145,112); }
div.DivClassName
{
background-color: #FE9170;
}
.BgClassName
{
background-color: #FE9170;
}
</style>
border-color css
<style>
span { border-color: #FE9170; }
span { border-color: rgb(254,145,112); }
td.TdClassName
{
border-color: #FE9170;
}
.TagClassName
{
border-color: #FE9170;
}
</style>