Shades of Atomic Tangerine #FEA068
Tints of Atomic Tangerine #FEA068
RGB
CMYK
RGB Variations
Color information
#FEA068 (or 0xFEA068) is known color: Atomic Tangerine. HEX triplet: FE, A0 and 68. RGB value is (254,160,104). Sum of RGB (Red+Green+Blue) = 254+160+104=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA068 is #015F97. Grayscale: #B6B6B6. Windows color (decimal): -90008 or 6856958. OLE color: 6856958.
HSL color Cylindrical-coordinate representation of color #FEA068: hue angle of 22.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEA068 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 104 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.00 |
| HSL | 22.4º | 0.99% | 0.7% | - |
| HSV(B) | 22.4º | 0.59% | 1% | - |
| XYZ | 55.94 | 47.21 | 19.26 | - |
| YUV | 181.72 | 84.14 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 104 | 0 | 0.37 | 0.59 | 0.00 | 22.4 | 0.99 | 0.7 |
| Hex | FE | A0 | 68 | 0 | 25 | 3B | 0 | 16 | 63 | 46 |
| Octal | 376 | 240 | 150 | 0 | 45 | 73 | 0 | 26 | 143 | 106 |
| Binary | 11111110 | 10100000 | 1101000 | 0 | 100101 | 111011 | 0 | 10110 | 1100011 | 1000110 |
Color Harmonies of #FEA068
Complementary color
Monochromatic Colors of #FEA068
Black with #FEA068
Text Example
Text Example
White with #FEA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA068; }
p { color: rgb(254,160,104); }
H1.HeaderClassName
{
color: #FEA068;
}
.AnyTagClassName
{
color: #FEA068;
}
</style>
background-color css
<style>
a { background-color: #FEA068; }
a { background-color: rgb(254,160,104); }
div.DivClassName
{
background-color: #FEA068;
}
.BgClassName
{
background-color: #FEA068;
}
</style>
border-color css
<style>
span { border-color: #FEA068; }
span { border-color: rgb(254,160,104); }
td.TdClassName
{
border-color: #FEA068;
}
.TagClassName
{
border-color: #FEA068;
}
</style>