Shades of Atomic Tangerine #FEA064
Tints of Atomic Tangerine #FEA064
RGB
CMYK
RGB Variations
Color information
#FEA064 (or 0xFEA064) is known color: Atomic Tangerine. HEX triplet: FE, A0 and 64. RGB value is (254,160,100). Sum of RGB (Red+Green+Blue) = 254+160+100=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA064 is #015F9B. Grayscale: #B5B5B5. Windows color (decimal): -90012 or 6594814. OLE color: 6594814.
HSL color Cylindrical-coordinate representation of color #FEA064: hue angle of 23.38º 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 #FEA064 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 100 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.00 |
| HSL | 23.38º | 0.99% | 0.69% | - |
| HSV(B) | 23.38º | 0.61% | 1% | - |
| XYZ | 55.74 | 47.13 | 18.22 | - |
| YUV | 181.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 100 | 0 | 0.37 | 0.61 | 0.00 | 23.38 | 0.99 | 0.69 |
| Hex | FE | A0 | 64 | 0 | 25 | 3D | 0 | 17 | 63 | 45 |
| Octal | 376 | 240 | 144 | 0 | 45 | 75 | 0 | 27 | 143 | 105 |
| Binary | 11111110 | 10100000 | 1100100 | 0 | 100101 | 111101 | 0 | 10111 | 1100011 | 1000101 |
Color Harmonies of #FEA064
Complementary color
Monochromatic Colors of #FEA064
Black with #FEA064
Text Example
Text Example
White with #FEA064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA064; }
p { color: rgb(254,160,100); }
H1.HeaderClassName
{
color: #FEA064;
}
.AnyTagClassName
{
color: #FEA064;
}
</style>
background-color css
<style>
a { background-color: #FEA064; }
a { background-color: rgb(254,160,100); }
div.DivClassName
{
background-color: #FEA064;
}
.BgClassName
{
background-color: #FEA064;
}
</style>
border-color css
<style>
span { border-color: #FEA064; }
span { border-color: rgb(254,160,100); }
td.TdClassName
{
border-color: #FEA064;
}
.TagClassName
{
border-color: #FEA064;
}
</style>