Shades of Atomic Tangerine #FF8863
Tints of Atomic Tangerine #FF8863
RGB
CMYK
RGB Variations
Color information
#FF8863 (or 0xFF8863) is known color: Atomic Tangerine. HEX triplet: FF, 88 and 63. RGB value is (255,136,99). Sum of RGB (Red+Green+Blue) = 255+136+99=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8863 is #00779C. Grayscale: #A7A7A7. Windows color (decimal): -30621 or 6523135. OLE color: 6523135.
HSL color Cylindrical-coordinate representation of color #FF8863: hue angle of 14.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF8863 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 99 | - |
| CMYK | 0 | 0.47 | 0.61 | 0 |
| HSL | 14.23º | 1% | 0.69% | - |
| HSV(B) | 14.23º | 0.61% | 1% | - |
| XYZ | 52.3 | 39.77 | 16.72 | - |
| YUV | 167.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 99 | 0 | 0.47 | 0.61 | 0 | 14.23 | 1 | 0.69 |
| Hex | FF | 88 | 63 | 0 | 2F | 3D | 0 | E | 64 | 45 |
| Octal | 377 | 210 | 143 | 0 | 57 | 75 | 0 | 16 | 144 | 105 |
| Binary | 11111111 | 10001000 | 1100011 | 0 | 101111 | 111101 | 0 | 1110 | 1100100 | 1000101 |
Color Harmonies of #FF8863
Complementary color
Monochromatic Colors of #FF8863
Black with #FF8863
Text Example
Text Example
White with #FF8863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8863; }
p { color: rgb(255,136,99); }
H1.HeaderClassName
{
color: #FF8863;
}
.AnyTagClassName
{
color: #FF8863;
}
</style>
background-color css
<style>
a { background-color: #FF8863; }
a { background-color: rgb(255,136,99); }
div.DivClassName
{
background-color: #FF8863;
}
.BgClassName
{
background-color: #FF8863;
}
</style>
border-color css
<style>
span { border-color: #FF8863; }
span { border-color: rgb(255,136,99); }
td.TdClassName
{
border-color: #FF8863;
}
.TagClassName
{
border-color: #FF8863;
}
</style>