Shades of Atomic Tangerine #F68E6A
Tints of Atomic Tangerine #F68E6A
RGB
CMYK
RGB Variations
Color information
#F68E6A (or 0xF68E6A) is known color: Atomic Tangerine. HEX triplet: F6, 8E and 6A. RGB value is (246,142,106). Sum of RGB (Red+Green+Blue) = 246+142+106=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68E6A is #097195. Grayscale: #A9A9A9. Windows color (decimal): -618902 or 6983414. OLE color: 6983414.
HSL color Cylindrical-coordinate representation of color #F68E6A: hue angle of 15.43º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F68E6A is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 106 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.04 |
| HSL | 15.43º | 0.89% | 0.69% | - |
| HSV(B) | 15.43º | 0.57% | 0.96% | - |
| XYZ | 50.28 | 39.98 | 18.7 | - |
| YUV | 168.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 106 | 0 | 0.42 | 0.57 | 0.04 | 15.43 | 0.89 | 0.69 |
| Hex | F6 | 8E | 6A | 0 | 2A | 39 | 4 | F | 59 | 45 |
| Octal | 366 | 216 | 152 | 0 | 52 | 71 | 4 | 17 | 131 | 105 |
| Binary | 11110110 | 10001110 | 1101010 | 0 | 101010 | 111001 | 100 | 1111 | 1011001 | 1000101 |
Color Harmonies of #F68E6A
Complementary color
Monochromatic Colors of #F68E6A
Black with #F68E6A
Text Example
Text Example
White with #F68E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68E6A; }
p { color: rgb(246,142,106); }
H1.HeaderClassName
{
color: #F68E6A;
}
.AnyTagClassName
{
color: #F68E6A;
}
</style>
background-color css
<style>
a { background-color: #F68E6A; }
a { background-color: rgb(246,142,106); }
div.DivClassName
{
background-color: #F68E6A;
}
.BgClassName
{
background-color: #F68E6A;
}
</style>
border-color css
<style>
span { border-color: #F68E6A; }
span { border-color: rgb(246,142,106); }
td.TdClassName
{
border-color: #F68E6A;
}
.TagClassName
{
border-color: #F68E6A;
}
</style>