Shades of Atomic Tangerine #FF8D64
Tints of Atomic Tangerine #FF8D64
RGB
CMYK
RGB Variations
Color information
#FF8D64 (or 0xFF8D64) is known color: Atomic Tangerine. HEX triplet: FF, 8D and 64. RGB value is (255,141,100). Sum of RGB (Red+Green+Blue) = 255+141+100=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D64 is #00729B. Grayscale: #AAAAAA. Windows color (decimal): -29340 or 6589951. OLE color: 6589951.
HSL color Cylindrical-coordinate representation of color #FF8D64: hue angle of 15.87º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF8D64 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 100 | - |
| CMYK | 0 | 0.45 | 0.61 | 0 |
| HSL | 15.87º | 1% | 0.7% | - |
| HSV(B) | 15.87º | 0.61% | 1% | - |
| XYZ | 53.07 | 41.23 | 17.22 | - |
| YUV | 170.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 100 | 0 | 0.45 | 0.61 | 0 | 15.87 | 1 | 0.7 |
| Hex | FF | 8D | 64 | 0 | 2D | 3D | 0 | 10 | 64 | 46 |
| Octal | 377 | 215 | 144 | 0 | 55 | 75 | 0 | 20 | 144 | 106 |
| Binary | 11111111 | 10001101 | 1100100 | 0 | 101101 | 111101 | 0 | 10000 | 1100100 | 1000110 |
Color Harmonies of #FF8D64
Complementary color
Monochromatic Colors of #FF8D64
Black with #FF8D64
Text Example
Text Example
White with #FF8D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D64; }
p { color: rgb(255,141,100); }
H1.HeaderClassName
{
color: #FF8D64;
}
.AnyTagClassName
{
color: #FF8D64;
}
</style>
background-color css
<style>
a { background-color: #FF8D64; }
a { background-color: rgb(255,141,100); }
div.DivClassName
{
background-color: #FF8D64;
}
.BgClassName
{
background-color: #FF8D64;
}
</style>
border-color css
<style>
span { border-color: #FF8D64; }
span { border-color: rgb(255,141,100); }
td.TdClassName
{
border-color: #FF8D64;
}
.TagClassName
{
border-color: #FF8D64;
}
</style>