Shades of Atomic Tangerine #F68C69
Tints of Atomic Tangerine #F68C69
RGB
CMYK
RGB Variations
Color information
#F68C69 (or 0xF68C69) is known color: Atomic Tangerine. HEX triplet: F6, 8C and 69. RGB value is (246,140,105). Sum of RGB (Red+Green+Blue) = 246+140+105=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C69 is #097396. Grayscale: #A7A7A7. Windows color (decimal): -619415 or 6917366. OLE color: 6917366.
HSL color Cylindrical-coordinate representation of color #F68C69: hue angle of 14.89º 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 #F68C69 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 105 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.04 |
| HSL | 14.89º | 0.89% | 0.69% | - |
| HSV(B) | 14.89º | 0.57% | 0.96% | - |
| XYZ | 49.93 | 39.37 | 18.33 | - |
| YUV | 167.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 105 | 0 | 0.43 | 0.57 | 0.04 | 14.89 | 0.89 | 0.69 |
| Hex | F6 | 8C | 69 | 0 | 2B | 39 | 4 | F | 59 | 45 |
| Octal | 366 | 214 | 151 | 0 | 53 | 71 | 4 | 17 | 131 | 105 |
| Binary | 11110110 | 10001100 | 1101001 | 0 | 101011 | 111001 | 100 | 1111 | 1011001 | 1000101 |
Color Harmonies of #F68C69
Complementary color
Monochromatic Colors of #F68C69
Black with #F68C69
Text Example
Text Example
White with #F68C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C69; }
p { color: rgb(246,140,105); }
H1.HeaderClassName
{
color: #F68C69;
}
.AnyTagClassName
{
color: #F68C69;
}
</style>
background-color css
<style>
a { background-color: #F68C69; }
a { background-color: rgb(246,140,105); }
div.DivClassName
{
background-color: #F68C69;
}
.BgClassName
{
background-color: #F68C69;
}
</style>
border-color css
<style>
span { border-color: #F68C69; }
span { border-color: rgb(246,140,105); }
td.TdClassName
{
border-color: #F68C69;
}
.TagClassName
{
border-color: #F68C69;
}
</style>