Shades of Atomic Tangerine #FF8B64
Tints of Atomic Tangerine #FF8B64
RGB
CMYK
RGB Variations
Color information
#FF8B64 (or 0xFF8B64) is known color: Atomic Tangerine. HEX triplet: FF, 8B and 64. RGB value is (255,139,100). Sum of RGB (Red+Green+Blue) = 255+139+100=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B64 is #00749B. Grayscale: #A9A9A9. Windows color (decimal): -29852 or 6589439. OLE color: 6589439.
HSL color Cylindrical-coordinate representation of color #FF8B64: hue angle of 15.1º 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 #FF8B64 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 100 | - |
| CMYK | 0 | 0.45 | 0.61 | 0 |
| HSL | 15.1º | 1% | 0.7% | - |
| HSV(B) | 15.1º | 0.61% | 1% | - |
| XYZ | 52.77 | 40.65 | 17.12 | - |
| YUV | 169.24 | 88.93 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 100 | 0 | 0.45 | 0.61 | 0 | 15.1 | 1 | 0.7 |
| Hex | FF | 8B | 64 | 0 | 2D | 3D | 0 | F | 64 | 46 |
| Octal | 377 | 213 | 144 | 0 | 55 | 75 | 0 | 17 | 144 | 106 |
| Binary | 11111111 | 10001011 | 1100100 | 0 | 101101 | 111101 | 0 | 1111 | 1100100 | 1000110 |
Color Harmonies of #FF8B64
Complementary color
Monochromatic Colors of #FF8B64
Black with #FF8B64
Text Example
Text Example
White with #FF8B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B64; }
p { color: rgb(255,139,100); }
H1.HeaderClassName
{
color: #FF8B64;
}
.AnyTagClassName
{
color: #FF8B64;
}
</style>
background-color css
<style>
a { background-color: #FF8B64; }
a { background-color: rgb(255,139,100); }
div.DivClassName
{
background-color: #FF8B64;
}
.BgClassName
{
background-color: #FF8B64;
}
</style>
border-color css
<style>
span { border-color: #FF8B64; }
span { border-color: rgb(255,139,100); }
td.TdClassName
{
border-color: #FF8B64;
}
.TagClassName
{
border-color: #FF8B64;
}
</style>