Shades of Atomic Tangerine #F68E64
Tints of Atomic Tangerine #F68E64
RGB
CMYK
RGB Variations
Color information
#F68E64 (or 0xF68E64) is known color: Atomic Tangerine. HEX triplet: F6, 8E and 64. RGB value is (246,142,100). Sum of RGB (Red+Green+Blue) = 246+142+100=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68E64 is #09719B. Grayscale: #A8A8A8. Windows color (decimal): -618908 or 6590198. OLE color: 6590198.
HSL color Cylindrical-coordinate representation of color #F68E64: hue angle of 17.26º 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 #F68E64 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 100 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.04 |
| HSL | 17.26º | 0.89% | 0.68% | - |
| HSV(B) | 17.26º | 0.59% | 0.96% | - |
| XYZ | 49.98 | 39.86 | 17.12 | - |
| YUV | 168.31 | 89.46 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 100 | 0 | 0.42 | 0.59 | 0.04 | 17.26 | 0.89 | 0.68 |
| Hex | F6 | 8E | 64 | 0 | 2A | 3B | 4 | 11 | 59 | 44 |
| Octal | 366 | 216 | 144 | 0 | 52 | 73 | 4 | 21 | 131 | 104 |
| Binary | 11110110 | 10001110 | 1100100 | 0 | 101010 | 111011 | 100 | 10001 | 1011001 | 1000100 |
Color Harmonies of #F68E64
Complementary color
Monochromatic Colors of #F68E64
Black with #F68E64
Text Example
Text Example
White with #F68E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68E64; }
p { color: rgb(246,142,100); }
H1.HeaderClassName
{
color: #F68E64;
}
.AnyTagClassName
{
color: #F68E64;
}
</style>
background-color css
<style>
a { background-color: #F68E64; }
a { background-color: rgb(246,142,100); }
div.DivClassName
{
background-color: #F68E64;
}
.BgClassName
{
background-color: #F68E64;
}
</style>
border-color css
<style>
span { border-color: #F68E64; }
span { border-color: rgb(246,142,100); }
td.TdClassName
{
border-color: #F68E64;
}
.TagClassName
{
border-color: #F68E64;
}
</style>