Shades of Atomic Tangerine #FF8F6C
Tints of Atomic Tangerine #FF8F6C
RGB
CMYK
RGB Variations
Color information
#FF8F6C (or 0xFF8F6C) is known color: Atomic Tangerine. HEX triplet: FF, 8F and 6C. RGB value is (255,143,108). Sum of RGB (Red+Green+Blue) = 255+143+108=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F6C is #007093. Grayscale: #ACACAC. Windows color (decimal): -28820 or 7114751. OLE color: 7114751.
HSL color Cylindrical-coordinate representation of color #FF8F6C: hue angle of 14.29º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF8F6C is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 108 | - |
| CMYK | 0 | 0.44 | 0.58 | 0 |
| HSL | 14.29º | 1% | 0.71% | - |
| HSV(B) | 14.29º | 0.58% | 1% | - |
| XYZ | 53.77 | 41.99 | 19.46 | - |
| YUV | 172.5 | 91.61 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 108 | 0 | 0.44 | 0.58 | 0 | 14.29 | 1 | 0.71 |
| Hex | FF | 8F | 6C | 0 | 2C | 3A | 0 | E | 64 | 47 |
| Octal | 377 | 217 | 154 | 0 | 54 | 72 | 0 | 16 | 144 | 107 |
| Binary | 11111111 | 10001111 | 1101100 | 0 | 101100 | 111010 | 0 | 1110 | 1100100 | 1000111 |
Color Harmonies of #FF8F6C
Complementary color
Monochromatic Colors of #FF8F6C
Black with #FF8F6C
Text Example
Text Example
White with #FF8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F6C; }
p { color: rgb(255,143,108); }
H1.HeaderClassName
{
color: #FF8F6C;
}
.AnyTagClassName
{
color: #FF8F6C;
}
</style>
background-color css
<style>
a { background-color: #FF8F6C; }
a { background-color: rgb(255,143,108); }
div.DivClassName
{
background-color: #FF8F6C;
}
.BgClassName
{
background-color: #FF8F6C;
}
</style>
border-color css
<style>
span { border-color: #FF8F6C; }
span { border-color: rgb(255,143,108); }
td.TdClassName
{
border-color: #FF8F6C;
}
.TagClassName
{
border-color: #FF8F6C;
}
</style>