Shades of Atomic Tangerine #FE8F70
Tints of Atomic Tangerine #FE8F70
RGB
CMYK
RGB Variations
Color information
#FE8F70 (or 0xFE8F70) is known color: Atomic Tangerine. HEX triplet: FE, 8F and 70. RGB value is (254,143,112). Sum of RGB (Red+Green+Blue) = 254+143+112=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8F70 is #01708F. Grayscale: #ACACAC. Windows color (decimal): -94352 or 7376894. OLE color: 7376894.
HSL color Cylindrical-coordinate representation of color #FE8F70: hue angle of 13.1º 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 #FE8F70 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 112 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.00 |
| HSL | 13.1º | 0.99% | 0.72% | - |
| HSV(B) | 13.1º | 0.56% | 1% | - |
| XYZ | 53.62 | 41.89 | 20.59 | - |
| YUV | 172.66 | 93.77 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 112 | 0 | 0.44 | 0.56 | 0.00 | 13.1 | 0.99 | 0.72 |
| Hex | FE | 8F | 70 | 0 | 2C | 38 | 0 | D | 63 | 48 |
| Octal | 376 | 217 | 160 | 0 | 54 | 70 | 0 | 15 | 143 | 110 |
| Binary | 11111110 | 10001111 | 1110000 | 0 | 101100 | 111000 | 0 | 1101 | 1100011 | 1001000 |
Color Harmonies of #FE8F70
Complementary color
Monochromatic Colors of #FE8F70
Black with #FE8F70
Text Example
Text Example
White with #FE8F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F70; }
p { color: rgb(254,143,112); }
H1.HeaderClassName
{
color: #FE8F70;
}
.AnyTagClassName
{
color: #FE8F70;
}
</style>
background-color css
<style>
a { background-color: #FE8F70; }
a { background-color: rgb(254,143,112); }
div.DivClassName
{
background-color: #FE8F70;
}
.BgClassName
{
background-color: #FE8F70;
}
</style>
border-color css
<style>
span { border-color: #FE8F70; }
span { border-color: rgb(254,143,112); }
td.TdClassName
{
border-color: #FE8F70;
}
.TagClassName
{
border-color: #FE8F70;
}
</style>