Shades of Atomic Tangerine #F68B64
Tints of Atomic Tangerine #F68B64
RGB
CMYK
RGB Variations
Color information
#F68B64 (or 0xF68B64) is known color: Atomic Tangerine. HEX triplet: F6, 8B and 64. RGB value is (246,139,100). Sum of RGB (Red+Green+Blue) = 246+139+100=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68B64 is #09749B. Grayscale: #A6A6A6. Windows color (decimal): -619676 or 6589430. OLE color: 6589430.
HSL color Cylindrical-coordinate representation of color #F68B64: hue angle of 16.03º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F68B64 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 100 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.04 |
| HSL | 16.03º | 0.89% | 0.68% | - |
| HSV(B) | 16.03º | 0.59% | 0.96% | - |
| XYZ | 49.54 | 38.98 | 16.97 | - |
| YUV | 166.55 | 90.45 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 100 | 0 | 0.43 | 0.59 | 0.04 | 16.03 | 0.89 | 0.68 |
| Hex | F6 | 8B | 64 | 0 | 2B | 3B | 4 | 10 | 59 | 44 |
| Octal | 366 | 213 | 144 | 0 | 53 | 73 | 4 | 20 | 131 | 104 |
| Binary | 11110110 | 10001011 | 1100100 | 0 | 101011 | 111011 | 100 | 10000 | 1011001 | 1000100 |
Color Harmonies of #F68B64
Complementary color
Monochromatic Colors of #F68B64
Black with #F68B64
Text Example
Text Example
White with #F68B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68B64; }
p { color: rgb(246,139,100); }
H1.HeaderClassName
{
color: #F68B64;
}
.AnyTagClassName
{
color: #F68B64;
}
</style>
background-color css
<style>
a { background-color: #F68B64; }
a { background-color: rgb(246,139,100); }
div.DivClassName
{
background-color: #F68B64;
}
.BgClassName
{
background-color: #F68B64;
}
</style>
border-color css
<style>
span { border-color: #F68B64; }
span { border-color: rgb(246,139,100); }
td.TdClassName
{
border-color: #F68B64;
}
.TagClassName
{
border-color: #F68B64;
}
</style>