Shades of Atomic Tangerine #FE9671
Tints of Atomic Tangerine #FE9671
RGB
CMYK
RGB Variations
Color information
#FE9671 (or 0xFE9671) is known color: Atomic Tangerine. HEX triplet: FE, 96 and 71. RGB value is (254,150,113). Sum of RGB (Red+Green+Blue) = 254+150+113=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9671 is #01698E. Grayscale: #B1B1B1. Windows color (decimal): -92559 or 7444222. OLE color: 7444222.
HSL color Cylindrical-coordinate representation of color #FE9671: hue angle of 15.74º 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 #FE9671 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 113 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.00 |
| HSL | 15.74º | 0.99% | 0.72% | - |
| HSV(B) | 15.74º | 0.56% | 1% | - |
| XYZ | 54.76 | 44.08 | 21.24 | - |
| YUV | 176.88 | 91.96 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 113 | 0 | 0.41 | 0.56 | 0.00 | 15.74 | 0.99 | 0.72 |
| Hex | FE | 96 | 71 | 0 | 29 | 38 | 0 | 10 | 63 | 48 |
| Octal | 376 | 226 | 161 | 0 | 51 | 70 | 0 | 20 | 143 | 110 |
| Binary | 11111110 | 10010110 | 1110001 | 0 | 101001 | 111000 | 0 | 10000 | 1100011 | 1001000 |
Color Harmonies of #FE9671
Complementary color
Monochromatic Colors of #FE9671
Black with #FE9671
Text Example
Text Example
White with #FE9671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9671; }
p { color: rgb(254,150,113); }
H1.HeaderClassName
{
color: #FE9671;
}
.AnyTagClassName
{
color: #FE9671;
}
</style>
background-color css
<style>
a { background-color: #FE9671; }
a { background-color: rgb(254,150,113); }
div.DivClassName
{
background-color: #FE9671;
}
.BgClassName
{
background-color: #FE9671;
}
</style>
border-color css
<style>
span { border-color: #FE9671; }
span { border-color: rgb(254,150,113); }
td.TdClassName
{
border-color: #FE9671;
}
.TagClassName
{
border-color: #FE9671;
}
</style>