Shades of Atomic Tangerine #F68F6E
Tints of Atomic Tangerine #F68F6E
RGB
CMYK
RGB Variations
Color information
#F68F6E (or 0xF68F6E) is known color: Atomic Tangerine. HEX triplet: F6, 8F and 6E. RGB value is (246,143,110). Sum of RGB (Red+Green+Blue) = 246+143+110=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F6E is #097091. Grayscale: #AAAAAA. Windows color (decimal): -618642 or 7245814. OLE color: 7245814.
HSL color Cylindrical-coordinate representation of color #F68F6E: hue angle of 14.56º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F68F6E is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 110 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.04 |
| HSL | 14.56º | 0.88% | 0.7% | - |
| HSV(B) | 14.56º | 0.55% | 0.96% | - |
| XYZ | 50.64 | 40.36 | 19.87 | - |
| YUV | 170.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 110 | 0 | 0.42 | 0.55 | 0.04 | 14.56 | 0.88 | 0.7 |
| Hex | F6 | 8F | 6E | 0 | 2A | 37 | 4 | F | 58 | 46 |
| Octal | 366 | 217 | 156 | 0 | 52 | 67 | 4 | 17 | 130 | 106 |
| Binary | 11110110 | 10001111 | 1101110 | 0 | 101010 | 110111 | 100 | 1111 | 1011000 | 1000110 |
Color Harmonies of #F68F6E
Complementary color
Monochromatic Colors of #F68F6E
Black with #F68F6E
Text Example
Text Example
White with #F68F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F6E; }
p { color: rgb(246,143,110); }
H1.HeaderClassName
{
color: #F68F6E;
}
.AnyTagClassName
{
color: #F68F6E;
}
</style>
background-color css
<style>
a { background-color: #F68F6E; }
a { background-color: rgb(246,143,110); }
div.DivClassName
{
background-color: #F68F6E;
}
.BgClassName
{
background-color: #F68F6E;
}
</style>
border-color css
<style>
span { border-color: #F68F6E; }
span { border-color: rgb(246,143,110); }
td.TdClassName
{
border-color: #F68F6E;
}
.TagClassName
{
border-color: #F68F6E;
}
</style>