Shades of Atomic Tangerine #FF8F68
Tints of Atomic Tangerine #FF8F68
RGB
CMYK
RGB Variations
Color information
#FF8F68 (or 0xFF8F68) is known color: Atomic Tangerine. HEX triplet: FF, 8F and 68. RGB value is (255,143,104). Sum of RGB (Red+Green+Blue) = 255+143+104=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F68 is #007097. Grayscale: #ACACAC. Windows color (decimal): -28824 or 6852607. OLE color: 6852607.
HSL color Cylindrical-coordinate representation of color #FF8F68: hue angle of 15.5º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF8F68 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 104 | - |
| CMYK | 0 | 0.44 | 0.59 | 0 |
| HSL | 15.5º | 1% | 0.7% | - |
| HSV(B) | 15.5º | 0.59% | 1% | - |
| XYZ | 53.56 | 41.9 | 18.36 | - |
| YUV | 172.04 | 89.61 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 104 | 0 | 0.44 | 0.59 | 0 | 15.5 | 1 | 0.7 |
| Hex | FF | 8F | 68 | 0 | 2C | 3B | 0 | F | 64 | 46 |
| Octal | 377 | 217 | 150 | 0 | 54 | 73 | 0 | 17 | 144 | 106 |
| Binary | 11111111 | 10001111 | 1101000 | 0 | 101100 | 111011 | 0 | 1111 | 1100100 | 1000110 |
Color Harmonies of #FF8F68
Complementary color
Monochromatic Colors of #FF8F68
Black with #FF8F68
Text Example
Text Example
White with #FF8F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F68; }
p { color: rgb(255,143,104); }
H1.HeaderClassName
{
color: #FF8F68;
}
.AnyTagClassName
{
color: #FF8F68;
}
</style>
background-color css
<style>
a { background-color: #FF8F68; }
a { background-color: rgb(255,143,104); }
div.DivClassName
{
background-color: #FF8F68;
}
.BgClassName
{
background-color: #FF8F68;
}
</style>
border-color css
<style>
span { border-color: #FF8F68; }
span { border-color: rgb(255,143,104); }
td.TdClassName
{
border-color: #FF8F68;
}
.TagClassName
{
border-color: #FF8F68;
}
</style>