Shades of Atomic Tangerine #FE9370
Tints of Atomic Tangerine #FE9370
RGB
CMYK
RGB Variations
Color information
#FE9370 (or 0xFE9370) is known color: Atomic Tangerine. HEX triplet: FE, 93 and 70. RGB value is (254,147,112). Sum of RGB (Red+Green+Blue) = 254+147+112=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9370 is #016C8F. Grayscale: #AFAFAF. Windows color (decimal): -93328 or 7377918. OLE color: 7377918.
HSL color Cylindrical-coordinate representation of color #FE9370: hue angle of 14.79º 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 #FE9370 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 112 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.00 |
| HSL | 14.79º | 0.99% | 0.72% | - |
| HSV(B) | 14.79º | 0.56% | 1% | - |
| XYZ | 54.23 | 43.11 | 20.79 | - |
| YUV | 175 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 112 | 0 | 0.42 | 0.56 | 0.00 | 14.79 | 0.99 | 0.72 |
| Hex | FE | 93 | 70 | 0 | 2A | 38 | 0 | F | 63 | 48 |
| Octal | 376 | 223 | 160 | 0 | 52 | 70 | 0 | 17 | 143 | 110 |
| Binary | 11111110 | 10010011 | 1110000 | 0 | 101010 | 111000 | 0 | 1111 | 1100011 | 1001000 |
Color Harmonies of #FE9370
Complementary color
Monochromatic Colors of #FE9370
Black with #FE9370
Text Example
Text Example
White with #FE9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9370; }
p { color: rgb(254,147,112); }
H1.HeaderClassName
{
color: #FE9370;
}
.AnyTagClassName
{
color: #FE9370;
}
</style>
background-color css
<style>
a { background-color: #FE9370; }
a { background-color: rgb(254,147,112); }
div.DivClassName
{
background-color: #FE9370;
}
.BgClassName
{
background-color: #FE9370;
}
</style>
border-color css
<style>
span { border-color: #FE9370; }
span { border-color: rgb(254,147,112); }
td.TdClassName
{
border-color: #FE9370;
}
.TagClassName
{
border-color: #FE9370;
}
</style>