Shades of Atomic Tangerine #FF8F67
Tints of Atomic Tangerine #FF8F67
RGB
CMYK
RGB Variations
Color information
#FF8F67 (or 0xFF8F67) is known color: Atomic Tangerine. HEX triplet: FF, 8F and 67. RGB value is (255,143,103). Sum of RGB (Red+Green+Blue) = 255+143+103=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F67 is #007098. Grayscale: #ACACAC. Windows color (decimal): -28825 or 6787071. OLE color: 6787071.
HSL color Cylindrical-coordinate representation of color #FF8F67: hue angle of 15.79º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF8F67 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 103 | - |
| CMYK | 0 | 0.44 | 0.60 | 0 |
| HSL | 15.79º | 1% | 0.7% | - |
| HSV(B) | 15.79º | 0.6% | 1% | - |
| XYZ | 53.51 | 41.88 | 18.1 | - |
| YUV | 171.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 103 | 0 | 0.44 | 0.60 | 0 | 15.79 | 1 | 0.7 |
| Hex | FF | 8F | 67 | 0 | 2C | 3C | 0 | 10 | 64 | 46 |
| Octal | 377 | 217 | 147 | 0 | 54 | 74 | 0 | 20 | 144 | 106 |
| Binary | 11111111 | 10001111 | 1100111 | 0 | 101100 | 111100 | 0 | 10000 | 1100100 | 1000110 |
Color Harmonies of #FF8F67
Complementary color
Monochromatic Colors of #FF8F67
Black with #FF8F67
Text Example
Text Example
White with #FF8F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F67; }
p { color: rgb(255,143,103); }
H1.HeaderClassName
{
color: #FF8F67;
}
.AnyTagClassName
{
color: #FF8F67;
}
</style>
background-color css
<style>
a { background-color: #FF8F67; }
a { background-color: rgb(255,143,103); }
div.DivClassName
{
background-color: #FF8F67;
}
.BgClassName
{
background-color: #FF8F67;
}
</style>
border-color css
<style>
span { border-color: #FF8F67; }
span { border-color: rgb(255,143,103); }
td.TdClassName
{
border-color: #FF8F67;
}
.TagClassName
{
border-color: #FF8F67;
}
</style>