Shades of Atomic Tangerine #FE9560
Tints of Atomic Tangerine #FE9560
RGB
CMYK
RGB Variations
Color information
#FE9560 (or 0xFE9560) is known color: Atomic Tangerine. HEX triplet: FE, 95 and 60. RGB value is (254,149,96). Sum of RGB (Red+Green+Blue) = 254+149+96=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9560 is #016A9F. Grayscale: #AEAEAE. Windows color (decimal): -92832 or 6329854. OLE color: 6329854.
HSL color Cylindrical-coordinate representation of color #FE9560: hue angle of 20.13º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE9560 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 96 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.00 |
| HSL | 20.13º | 0.99% | 0.69% | - |
| HSV(B) | 20.13º | 0.62% | 1% | - |
| XYZ | 53.73 | 43.41 | 16.61 | - |
| YUV | 174.35 | 83.79 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 96 | 0 | 0.41 | 0.62 | 0.00 | 20.13 | 0.99 | 0.69 |
| Hex | FE | 95 | 60 | 0 | 29 | 3E | 0 | 14 | 63 | 45 |
| Octal | 376 | 225 | 140 | 0 | 51 | 76 | 0 | 24 | 143 | 105 |
| Binary | 11111110 | 10010101 | 1100000 | 0 | 101001 | 111110 | 0 | 10100 | 1100011 | 1000101 |
Color Harmonies of #FE9560
Complementary color
Monochromatic Colors of #FE9560
Black with #FE9560
Text Example
Text Example
White with #FE9560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9560; }
p { color: rgb(254,149,96); }
H1.HeaderClassName
{
color: #FE9560;
}
.AnyTagClassName
{
color: #FE9560;
}
</style>
background-color css
<style>
a { background-color: #FE9560; }
a { background-color: rgb(254,149,96); }
div.DivClassName
{
background-color: #FE9560;
}
.BgClassName
{
background-color: #FE9560;
}
</style>
border-color css
<style>
span { border-color: #FE9560; }
span { border-color: rgb(254,149,96); }
td.TdClassName
{
border-color: #FE9560;
}
.TagClassName
{
border-color: #FE9560;
}
</style>