Shades of Atomic Tangerine #FF8864
Tints of Atomic Tangerine #FF8864
RGB
CMYK
RGB Variations
Color information
#FF8864 (or 0xFF8864) is known color: Atomic Tangerine. HEX triplet: FF, 88 and 64. RGB value is (255,136,100). Sum of RGB (Red+Green+Blue) = 255+136+100=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8864 is #00779B. Grayscale: #A7A7A7. Windows color (decimal): -30620 or 6588671. OLE color: 6588671.
HSL color Cylindrical-coordinate representation of color #FF8864: hue angle of 13.94º 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 #FF8864 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 100 | - |
| CMYK | 0 | 0.47 | 0.61 | 0 |
| HSL | 13.94º | 1% | 0.7% | - |
| HSV(B) | 13.94º | 0.61% | 1% | - |
| XYZ | 52.34 | 39.79 | 16.98 | - |
| YUV | 167.48 | 89.92 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 100 | 0 | 0.47 | 0.61 | 0 | 13.94 | 1 | 0.7 |
| Hex | FF | 88 | 64 | 0 | 2F | 3D | 0 | E | 64 | 46 |
| Octal | 377 | 210 | 144 | 0 | 57 | 75 | 0 | 16 | 144 | 106 |
| Binary | 11111111 | 10001000 | 1100100 | 0 | 101111 | 111101 | 0 | 1110 | 1100100 | 1000110 |
Color Harmonies of #FF8864
Complementary color
Monochromatic Colors of #FF8864
Black with #FF8864
Text Example
Text Example
White with #FF8864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8864; }
p { color: rgb(255,136,100); }
H1.HeaderClassName
{
color: #FF8864;
}
.AnyTagClassName
{
color: #FF8864;
}
</style>
background-color css
<style>
a { background-color: #FF8864; }
a { background-color: rgb(255,136,100); }
div.DivClassName
{
background-color: #FF8864;
}
.BgClassName
{
background-color: #FF8864;
}
</style>
border-color css
<style>
span { border-color: #FF8864; }
span { border-color: rgb(255,136,100); }
td.TdClassName
{
border-color: #FF8864;
}
.TagClassName
{
border-color: #FF8864;
}
</style>