Shades of Atomic Tangerine #FE9571
Tints of Atomic Tangerine #FE9571
RGB
CMYK
RGB Variations
Color information
#FE9571 (or 0xFE9571) is known color: Atomic Tangerine. HEX triplet: FE, 95 and 71. RGB value is (254,149,113). Sum of RGB (Red+Green+Blue) = 254+149+113=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9571 is #016A8E. Grayscale: #B0B0B0. Windows color (decimal): -92815 or 7443966. OLE color: 7443966.
HSL color Cylindrical-coordinate representation of color #FE9571: hue angle of 15.32º 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 #FE9571 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 113 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.00 |
| HSL | 15.32º | 0.99% | 0.72% | - |
| HSV(B) | 15.32º | 0.56% | 1% | - |
| XYZ | 54.6 | 43.76 | 21.19 | - |
| YUV | 176.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 113 | 0 | 0.41 | 0.56 | 0.00 | 15.32 | 0.99 | 0.72 |
| Hex | FE | 95 | 71 | 0 | 29 | 38 | 0 | F | 63 | 48 |
| Octal | 376 | 225 | 161 | 0 | 51 | 70 | 0 | 17 | 143 | 110 |
| Binary | 11111110 | 10010101 | 1110001 | 0 | 101001 | 111000 | 0 | 1111 | 1100011 | 1001000 |
Color Harmonies of #FE9571
Complementary color
Monochromatic Colors of #FE9571
Black with #FE9571
Text Example
Text Example
White with #FE9571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9571; }
p { color: rgb(254,149,113); }
H1.HeaderClassName
{
color: #FE9571;
}
.AnyTagClassName
{
color: #FE9571;
}
</style>
background-color css
<style>
a { background-color: #FE9571; }
a { background-color: rgb(254,149,113); }
div.DivClassName
{
background-color: #FE9571;
}
.BgClassName
{
background-color: #FE9571;
}
</style>
border-color css
<style>
span { border-color: #FE9571; }
span { border-color: rgb(254,149,113); }
td.TdClassName
{
border-color: #FE9571;
}
.TagClassName
{
border-color: #FE9571;
}
</style>