Shades of Atomic Tangerine #FF8D5E
Tints of Atomic Tangerine #FF8D5E
RGB
CMYK
RGB Variations
Color information
#FF8D5E (or 0xFF8D5E) is known color: Atomic Tangerine. HEX triplet: FF, 8D and 5E. RGB value is (255,141,94). Sum of RGB (Red+Green+Blue) = 255+141+94=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D5E is #0072A1. Grayscale: #AAAAAA. Windows color (decimal): -29346 or 6196735. OLE color: 6196735.
HSL color Cylindrical-coordinate representation of color #FF8D5E: hue angle of 17.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF8D5E is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 94 | - |
| CMYK | 0 | 0.45 | 0.63 | 0 |
| HSL | 17.52º | 1% | 0.68% | - |
| HSV(B) | 17.52º | 0.63% | 1% | - |
| XYZ | 52.79 | 41.12 | 15.74 | - |
| YUV | 169.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 94 | 0 | 0.45 | 0.63 | 0 | 17.52 | 1 | 0.68 |
| Hex | FF | 8D | 5E | 0 | 2D | 3F | 0 | 12 | 64 | 44 |
| Octal | 377 | 215 | 136 | 0 | 55 | 77 | 0 | 22 | 144 | 104 |
| Binary | 11111111 | 10001101 | 1011110 | 0 | 101101 | 111111 | 0 | 10010 | 1100100 | 1000100 |
Color Harmonies of #FF8D5E
Complementary color
Monochromatic Colors of #FF8D5E
Black with #FF8D5E
Text Example
Text Example
White with #FF8D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D5E; }
p { color: rgb(255,141,94); }
H1.HeaderClassName
{
color: #FF8D5E;
}
.AnyTagClassName
{
color: #FF8D5E;
}
</style>
background-color css
<style>
a { background-color: #FF8D5E; }
a { background-color: rgb(255,141,94); }
div.DivClassName
{
background-color: #FF8D5E;
}
.BgClassName
{
background-color: #FF8D5E;
}
</style>
border-color css
<style>
span { border-color: #FF8D5E; }
span { border-color: rgb(255,141,94); }
td.TdClassName
{
border-color: #FF8D5E;
}
.TagClassName
{
border-color: #FF8D5E;
}
</style>