Shades of Atomic Tangerine #FF8F5D
Tints of Atomic Tangerine #FF8F5D
RGB
CMYK
RGB Variations
Color information
#FF8F5D (or 0xFF8F5D) is known color: Atomic Tangerine. HEX triplet: FF, 8F and 5D. RGB value is (255,143,93). Sum of RGB (Red+Green+Blue) = 255+143+93=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F5D is #0070A2. Grayscale: #ABABAB. Windows color (decimal): -28835 or 6131711. OLE color: 6131711.
HSL color Cylindrical-coordinate representation of color #FF8F5D: hue angle of 18.52º 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 #FF8F5D is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 93 | - |
| CMYK | 0 | 0.44 | 0.64 | 0 |
| HSL | 18.52º | 1% | 0.68% | - |
| HSV(B) | 18.52º | 0.64% | 1% | - |
| XYZ | 53.04 | 41.7 | 15.61 | - |
| YUV | 170.79 | 84.11 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 93 | 0 | 0.44 | 0.64 | 0 | 18.52 | 1 | 0.68 |
| Hex | FF | 8F | 5D | 0 | 2C | 40 | 0 | 13 | 64 | 44 |
| Octal | 377 | 217 | 135 | 0 | 54 | 100 | 0 | 23 | 144 | 104 |
| Binary | 11111111 | 10001111 | 1011101 | 0 | 101100 | 1000000 | 0 | 10011 | 1100100 | 1000100 |
Color Harmonies of #FF8F5D
Complementary color
Monochromatic Colors of #FF8F5D
Black with #FF8F5D
Text Example
Text Example
White with #FF8F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F5D; }
p { color: rgb(255,143,93); }
H1.HeaderClassName
{
color: #FF8F5D;
}
.AnyTagClassName
{
color: #FF8F5D;
}
</style>
background-color css
<style>
a { background-color: #FF8F5D; }
a { background-color: rgb(255,143,93); }
div.DivClassName
{
background-color: #FF8F5D;
}
.BgClassName
{
background-color: #FF8F5D;
}
</style>
border-color css
<style>
span { border-color: #FF8F5D; }
span { border-color: rgb(255,143,93); }
td.TdClassName
{
border-color: #FF8F5D;
}
.TagClassName
{
border-color: #FF8F5D;
}
</style>