Shades of Atomic Tangerine #F68F67
Tints of Atomic Tangerine #F68F67
RGB
CMYK
RGB Variations
Color information
#F68F67 (or 0xF68F67) is known color: Atomic Tangerine. HEX triplet: F6, 8F and 67. RGB value is (246,143,103). Sum of RGB (Red+Green+Blue) = 246+143+103=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 103 (40.62% from 255 or 20.93% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F67 is #097098. Grayscale: #A9A9A9. Windows color (decimal): -618649 or 6787062. OLE color: 6787062.
HSL color Cylindrical-coordinate representation of color #F68F67: hue angle of 16.78º 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 #F68F67 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 103 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.04 |
| HSL | 16.78º | 0.89% | 0.68% | - |
| HSV(B) | 16.78º | 0.58% | 0.96% | - |
| XYZ | 50.28 | 40.22 | 17.94 | - |
| YUV | 169.24 | 90.62 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 103 | 0 | 0.42 | 0.58 | 0.04 | 16.78 | 0.89 | 0.68 |
| Hex | F6 | 8F | 67 | 0 | 2A | 3A | 4 | 11 | 59 | 44 |
| Octal | 366 | 217 | 147 | 0 | 52 | 72 | 4 | 21 | 131 | 104 |
| Binary | 11110110 | 10001111 | 1100111 | 0 | 101010 | 111010 | 100 | 10001 | 1011001 | 1000100 |
Color Harmonies of #F68F67
Complementary color
Monochromatic Colors of #F68F67
Black with #F68F67
Text Example
Text Example
White with #F68F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F67; }
p { color: rgb(246,143,103); }
H1.HeaderClassName
{
color: #F68F67;
}
.AnyTagClassName
{
color: #F68F67;
}
</style>
background-color css
<style>
a { background-color: #F68F67; }
a { background-color: rgb(246,143,103); }
div.DivClassName
{
background-color: #F68F67;
}
.BgClassName
{
background-color: #F68F67;
}
</style>
border-color css
<style>
span { border-color: #F68F67; }
span { border-color: rgb(246,143,103); }
td.TdClassName
{
border-color: #F68F67;
}
.TagClassName
{
border-color: #F68F67;
}
</style>