Shades of Atomic Tangerine #FE9471
Tints of Atomic Tangerine #FE9471
RGB
CMYK
RGB Variations
Color information
#FE9471 (or 0xFE9471) is known color: Atomic Tangerine. HEX triplet: FE, 94 and 71. RGB value is (254,148,113). Sum of RGB (Red+Green+Blue) = 254+148+113=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9471 is #016B8E. Grayscale: #AFAFAF. Windows color (decimal): -93071 or 7443710. OLE color: 7443710.
HSL color Cylindrical-coordinate representation of color #FE9471: hue angle of 14.89º 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 #FE9471 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 113 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.00 |
| HSL | 14.89º | 0.99% | 0.72% | - |
| HSV(B) | 14.89º | 0.56% | 1% | - |
| XYZ | 54.44 | 43.44 | 21.14 | - |
| YUV | 175.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 113 | 0 | 0.42 | 0.56 | 0.00 | 14.89 | 0.99 | 0.72 |
| Hex | FE | 94 | 71 | 0 | 2A | 38 | 0 | F | 63 | 48 |
| Octal | 376 | 224 | 161 | 0 | 52 | 70 | 0 | 17 | 143 | 110 |
| Binary | 11111110 | 10010100 | 1110001 | 0 | 101010 | 111000 | 0 | 1111 | 1100011 | 1001000 |
Color Harmonies of #FE9471
Complementary color
Monochromatic Colors of #FE9471
Black with #FE9471
Text Example
Text Example
White with #FE9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9471; }
p { color: rgb(254,148,113); }
H1.HeaderClassName
{
color: #FE9471;
}
.AnyTagClassName
{
color: #FE9471;
}
</style>
background-color css
<style>
a { background-color: #FE9471; }
a { background-color: rgb(254,148,113); }
div.DivClassName
{
background-color: #FE9471;
}
.BgClassName
{
background-color: #FE9471;
}
</style>
border-color css
<style>
span { border-color: #FE9471; }
span { border-color: rgb(254,148,113); }
td.TdClassName
{
border-color: #FE9471;
}
.TagClassName
{
border-color: #FE9471;
}
</style>