Shades of Atomic Tangerine #FEA060
Tints of Atomic Tangerine #FEA060
RGB
CMYK
RGB Variations
Color information
#FEA060 (or 0xFEA060) is known color: Atomic Tangerine. HEX triplet: FE, A0 and 60. RGB value is (254,160,96). Sum of RGB (Red+Green+Blue) = 254+160+96=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA060 is #015F9F. Grayscale: #B5B5B5. Windows color (decimal): -90016 or 6332670. OLE color: 6332670.
HSL color Cylindrical-coordinate representation of color #FEA060: hue angle of 24.3º 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 #FEA060 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 96 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.00 |
| HSL | 24.3º | 0.99% | 0.69% | - |
| HSV(B) | 24.3º | 0.62% | 1% | - |
| XYZ | 55.56 | 47.06 | 17.22 | - |
| YUV | 180.81 | 80.14 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 96 | 0 | 0.37 | 0.62 | 0.00 | 24.3 | 0.99 | 0.69 |
| Hex | FE | A0 | 60 | 0 | 25 | 3E | 0 | 18 | 63 | 45 |
| Octal | 376 | 240 | 140 | 0 | 45 | 76 | 0 | 30 | 143 | 105 |
| Binary | 11111110 | 10100000 | 1100000 | 0 | 100101 | 111110 | 0 | 11000 | 1100011 | 1000101 |
Color Harmonies of #FEA060
Complementary color
Monochromatic Colors of #FEA060
Black with #FEA060
Text Example
Text Example
White with #FEA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA060; }
p { color: rgb(254,160,96); }
H1.HeaderClassName
{
color: #FEA060;
}
.AnyTagClassName
{
color: #FEA060;
}
</style>
background-color css
<style>
a { background-color: #FEA060; }
a { background-color: rgb(254,160,96); }
div.DivClassName
{
background-color: #FEA060;
}
.BgClassName
{
background-color: #FEA060;
}
</style>
border-color css
<style>
span { border-color: #FEA060; }
span { border-color: rgb(254,160,96); }
td.TdClassName
{
border-color: #FEA060;
}
.TagClassName
{
border-color: #FEA060;
}
</style>