Shades of Atomic Tangerine #FEA265
Tints of Atomic Tangerine #FEA265
RGB
CMYK
RGB Variations
Color information
#FEA265 (or 0xFEA265) is known color: Atomic Tangerine. HEX triplet: FE, A2 and 65. RGB value is (254,162,101). Sum of RGB (Red+Green+Blue) = 254+162+101=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA265 is #015D9A. Grayscale: #B6B6B6. Windows color (decimal): -89499 or 6660862. OLE color: 6660862.
HSL color Cylindrical-coordinate representation of color #FEA265: hue angle of 23.92º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEA265 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 101 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.00 |
| HSL | 23.92º | 0.99% | 0.7% | - |
| HSV(B) | 23.92º | 0.6% | 1% | - |
| XYZ | 56.14 | 47.85 | 18.59 | - |
| YUV | 182.55 | 81.98 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 101 | 0 | 0.36 | 0.60 | 0.00 | 23.92 | 0.99 | 0.7 |
| Hex | FE | A2 | 65 | 0 | 24 | 3C | 0 | 18 | 63 | 46 |
| Octal | 376 | 242 | 145 | 0 | 44 | 74 | 0 | 30 | 143 | 106 |
| Binary | 11111110 | 10100010 | 1100101 | 0 | 100100 | 111100 | 0 | 11000 | 1100011 | 1000110 |
Color Harmonies of #FEA265
Complementary color
Monochromatic Colors of #FEA265
Black with #FEA265
Text Example
Text Example
White with #FEA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA265; }
p { color: rgb(254,162,101); }
H1.HeaderClassName
{
color: #FEA265;
}
.AnyTagClassName
{
color: #FEA265;
}
</style>
background-color css
<style>
a { background-color: #FEA265; }
a { background-color: rgb(254,162,101); }
div.DivClassName
{
background-color: #FEA265;
}
.BgClassName
{
background-color: #FEA265;
}
</style>
border-color css
<style>
span { border-color: #FEA265; }
span { border-color: rgb(254,162,101); }
td.TdClassName
{
border-color: #FEA265;
}
.TagClassName
{
border-color: #FEA265;
}
</style>