Shades of Atomic Tangerine #FE9371
Tints of Atomic Tangerine #FE9371
RGB
CMYK
RGB Variations
Color information
#FE9371 (or 0xFE9371) is known color: Atomic Tangerine. HEX triplet: FE, 93 and 71. RGB value is (254,147,113). Sum of RGB (Red+Green+Blue) = 254+147+113=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9371 is #016C8E. Grayscale: #AFAFAF. Windows color (decimal): -93327 or 7443454. OLE color: 7443454.
HSL color Cylindrical-coordinate representation of color #FE9371: hue angle of 14.47º 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 #FE9371 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 113 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.00 |
| HSL | 14.47º | 0.99% | 0.72% | - |
| HSV(B) | 14.47º | 0.56% | 1% | - |
| XYZ | 54.29 | 43.13 | 21.09 | - |
| YUV | 175.12 | 92.95 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 113 | 0 | 0.42 | 0.56 | 0.00 | 14.47 | 0.99 | 0.72 |
| Hex | FE | 93 | 71 | 0 | 2A | 38 | 0 | E | 63 | 48 |
| Octal | 376 | 223 | 161 | 0 | 52 | 70 | 0 | 16 | 143 | 110 |
| Binary | 11111110 | 10010011 | 1110001 | 0 | 101010 | 111000 | 0 | 1110 | 1100011 | 1001000 |
Color Harmonies of #FE9371
Complementary color
Monochromatic Colors of #FE9371
Black with #FE9371
Text Example
Text Example
White with #FE9371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9371; }
p { color: rgb(254,147,113); }
H1.HeaderClassName
{
color: #FE9371;
}
.AnyTagClassName
{
color: #FE9371;
}
</style>
background-color css
<style>
a { background-color: #FE9371; }
a { background-color: rgb(254,147,113); }
div.DivClassName
{
background-color: #FE9371;
}
.BgClassName
{
background-color: #FE9371;
}
</style>
border-color css
<style>
span { border-color: #FE9371; }
span { border-color: rgb(254,147,113); }
td.TdClassName
{
border-color: #FE9371;
}
.TagClassName
{
border-color: #FE9371;
}
</style>