Shades of Atomic Tangerine #F68D67
Tints of Atomic Tangerine #F68D67
RGB
CMYK
RGB Variations
Color information
#F68D67 (or 0xF68D67) is known color: Atomic Tangerine. HEX triplet: F6, 8D and 67. RGB value is (246,141,103). Sum of RGB (Red+Green+Blue) = 246+141+103=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D67 is #097298. Grayscale: #A8A8A8. Windows color (decimal): -619161 or 6786550. OLE color: 6786550.
HSL color Cylindrical-coordinate representation of color #F68D67: hue angle of 15.94º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F68D67 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 103 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.04 |
| HSL | 15.94º | 0.89% | 0.68% | - |
| HSV(B) | 15.94º | 0.58% | 0.96% | - |
| XYZ | 49.98 | 39.62 | 17.85 | - |
| YUV | 168.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 103 | 0 | 0.43 | 0.58 | 0.04 | 15.94 | 0.89 | 0.68 |
| Hex | F6 | 8D | 67 | 0 | 2B | 3A | 4 | 10 | 59 | 44 |
| Octal | 366 | 215 | 147 | 0 | 53 | 72 | 4 | 20 | 131 | 104 |
| Binary | 11110110 | 10001101 | 1100111 | 0 | 101011 | 111010 | 100 | 10000 | 1011001 | 1000100 |
Color Harmonies of #F68D67
Complementary color
Monochromatic Colors of #F68D67
Black with #F68D67
Text Example
Text Example
White with #F68D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D67; }
p { color: rgb(246,141,103); }
H1.HeaderClassName
{
color: #F68D67;
}
.AnyTagClassName
{
color: #F68D67;
}
</style>
background-color css
<style>
a { background-color: #F68D67; }
a { background-color: rgb(246,141,103); }
div.DivClassName
{
background-color: #F68D67;
}
.BgClassName
{
background-color: #F68D67;
}
</style>
border-color css
<style>
span { border-color: #F68D67; }
span { border-color: rgb(246,141,103); }
td.TdClassName
{
border-color: #F68D67;
}
.TagClassName
{
border-color: #F68D67;
}
</style>