Shades of Atomic Tangerine #F68F66
Tints of Atomic Tangerine #F68F66
RGB
CMYK
RGB Variations
Color information
#F68F66 (or 0xF68F66) is known color: Atomic Tangerine. HEX triplet: F6, 8F and 66. RGB value is (246,143,102). Sum of RGB (Red+Green+Blue) = 246+143+102=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F66 is #097099. Grayscale: #A9A9A9. Windows color (decimal): -618650 or 6721526. OLE color: 6721526.
HSL color Cylindrical-coordinate representation of color #F68F66: hue angle of 17.08º 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 #F68F66 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 102 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.04 |
| HSL | 17.08º | 0.89% | 0.68% | - |
| HSV(B) | 17.08º | 0.59% | 0.96% | - |
| XYZ | 50.23 | 40.2 | 17.68 | - |
| YUV | 169.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 102 | 0 | 0.42 | 0.59 | 0.04 | 17.08 | 0.89 | 0.68 |
| Hex | F6 | 8F | 66 | 0 | 2A | 3B | 4 | 11 | 59 | 44 |
| Octal | 366 | 217 | 146 | 0 | 52 | 73 | 4 | 21 | 131 | 104 |
| Binary | 11110110 | 10001111 | 1100110 | 0 | 101010 | 111011 | 100 | 10001 | 1011001 | 1000100 |
Color Harmonies of #F68F66
Complementary color
Monochromatic Colors of #F68F66
Black with #F68F66
Text Example
Text Example
White with #F68F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F66; }
p { color: rgb(246,143,102); }
H1.HeaderClassName
{
color: #F68F66;
}
.AnyTagClassName
{
color: #F68F66;
}
</style>
background-color css
<style>
a { background-color: #F68F66; }
a { background-color: rgb(246,143,102); }
div.DivClassName
{
background-color: #F68F66;
}
.BgClassName
{
background-color: #F68F66;
}
</style>
border-color css
<style>
span { border-color: #F68F66; }
span { border-color: rgb(246,143,102); }
td.TdClassName
{
border-color: #F68F66;
}
.TagClassName
{
border-color: #F68F66;
}
</style>