Shades of Atomic Tangerine #FEA063
Tints of Atomic Tangerine #FEA063
RGB
CMYK
RGB Variations
Color information
#FEA063 (or 0xFEA063) is known color: Atomic Tangerine. HEX triplet: FE, A0 and 63. RGB value is (254,160,99). Sum of RGB (Red+Green+Blue) = 254+160+99=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA063 is #015F9C. Grayscale: #B5B5B5. Windows color (decimal): -90013 or 6529278. OLE color: 6529278.
HSL color Cylindrical-coordinate representation of color #FEA063: hue angle of 23.61º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEA063 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 99 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.00 |
| HSL | 23.61º | 0.99% | 0.69% | - |
| HSV(B) | 23.61º | 0.61% | 1% | - |
| XYZ | 55.7 | 47.11 | 17.96 | - |
| YUV | 181.15 | 81.64 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 99 | 0 | 0.37 | 0.61 | 0.00 | 23.61 | 0.99 | 0.69 |
| Hex | FE | A0 | 63 | 0 | 25 | 3D | 0 | 18 | 63 | 45 |
| Octal | 376 | 240 | 143 | 0 | 45 | 75 | 0 | 30 | 143 | 105 |
| Binary | 11111110 | 10100000 | 1100011 | 0 | 100101 | 111101 | 0 | 11000 | 1100011 | 1000101 |
Color Harmonies of #FEA063
Complementary color
Monochromatic Colors of #FEA063
Black with #FEA063
Text Example
Text Example
White with #FEA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA063; }
p { color: rgb(254,160,99); }
H1.HeaderClassName
{
color: #FEA063;
}
.AnyTagClassName
{
color: #FEA063;
}
</style>
background-color css
<style>
a { background-color: #FEA063; }
a { background-color: rgb(254,160,99); }
div.DivClassName
{
background-color: #FEA063;
}
.BgClassName
{
background-color: #FEA063;
}
</style>
border-color css
<style>
span { border-color: #FEA063; }
span { border-color: rgb(254,160,99); }
td.TdClassName
{
border-color: #FEA063;
}
.TagClassName
{
border-color: #FEA063;
}
</style>