Shades of Atomic Tangerine #FF8D5D
Tints of Atomic Tangerine #FF8D5D
RGB
CMYK
RGB Variations
Color information
#FF8D5D (or 0xFF8D5D) is known color: Atomic Tangerine. HEX triplet: FF, 8D and 5D. RGB value is (255,141,93). Sum of RGB (Red+Green+Blue) = 255+141+93=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D5D is #0072A2. Grayscale: #A9A9A9. Windows color (decimal): -29347 or 6131199. OLE color: 6131199.
HSL color Cylindrical-coordinate representation of color #FF8D5D: hue angle of 17.78º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF8D5D is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 141 | 93 | - |
CMYK | 0 | 0.45 | 0.64 | 0 |
HSL | 17.78º | 1% | 0.68% | - |
HSV(B) | 17.78º | 0.64% | 1% | - |
XYZ | 52.74 | 41.1 | 15.51 | - |
YUV | 169.61 | 84.77 | 188.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 141 | 93 | 0 | 0.45 | 0.64 | 0 | 17.78 | 1 | 0.68 |
Hex | FF | 8D | 5D | 0 | 2D | 40 | 0 | 12 | 64 | 44 |
Octal | 377 | 215 | 135 | 0 | 55 | 100 | 0 | 22 | 144 | 104 |
Binary | 11111111 | 10001101 | 1011101 | 0 | 101101 | 1000000 | 0 | 10010 | 1100100 | 1000100 |
Color Harmonies of #FF8D5D
Complementary color
Monochromatic Colors of #FF8D5D
Black with #FF8D5D
Text Example
Text Example
White with #FF8D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D5D; }
p { color: rgb(255,141,93); }
H1.HeaderClassName
{
color: #FF8D5D;
}
.AnyTagClassName
{
color: #FF8D5D;
}
</style>
background-color css
<style>
a { background-color: #FF8D5D; }
a { background-color: rgb(255,141,93); }
div.DivClassName
{
background-color: #FF8D5D;
}
.BgClassName
{
background-color: #FF8D5D;
}
</style>
border-color css
<style>
span { border-color: #FF8D5D; }
span { border-color: rgb(255,141,93); }
td.TdClassName
{
border-color: #FF8D5D;
}
.TagClassName
{
border-color: #FF8D5D;
}
</style>