Shades of Atomic Tangerine #FE9570
Tints of Atomic Tangerine #FE9570
RGB
CMYK
RGB Variations
Color information
#FE9570 (or 0xFE9570) is known color: Atomic Tangerine. HEX triplet: FE, 95 and 70. RGB value is (254,149,112). Sum of RGB (Red+Green+Blue) = 254+149+112=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9570 is #016A8F. Grayscale: #B0B0B0. Windows color (decimal): -92816 or 7378430. OLE color: 7378430.
HSL color Cylindrical-coordinate representation of color #FE9570: hue angle of 15.63º 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 #FE9570 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 112 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.00 |
| HSL | 15.63º | 0.99% | 0.72% | - |
| HSV(B) | 15.63º | 0.56% | 1% | - |
| XYZ | 54.55 | 43.74 | 20.9 | - |
| YUV | 176.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 112 | 0 | 0.41 | 0.56 | 0.00 | 15.63 | 0.99 | 0.72 |
| Hex | FE | 95 | 70 | 0 | 29 | 38 | 0 | 10 | 63 | 48 |
| Octal | 376 | 225 | 160 | 0 | 51 | 70 | 0 | 20 | 143 | 110 |
| Binary | 11111110 | 10010101 | 1110000 | 0 | 101001 | 111000 | 0 | 10000 | 1100011 | 1001000 |
Color Harmonies of #FE9570
Complementary color
Monochromatic Colors of #FE9570
Black with #FE9570
Text Example
Text Example
White with #FE9570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9570; }
p { color: rgb(254,149,112); }
H1.HeaderClassName
{
color: #FE9570;
}
.AnyTagClassName
{
color: #FE9570;
}
</style>
background-color css
<style>
a { background-color: #FE9570; }
a { background-color: rgb(254,149,112); }
div.DivClassName
{
background-color: #FE9570;
}
.BgClassName
{
background-color: #FE9570;
}
</style>
border-color css
<style>
span { border-color: #FE9570; }
span { border-color: rgb(254,149,112); }
td.TdClassName
{
border-color: #FE9570;
}
.TagClassName
{
border-color: #FE9570;
}
</style>