Shades of Atomic Tangerine #F69C68
Tints of Atomic Tangerine #F69C68
RGB
CMYK
RGB Variations
Color information
#F69C68 (or 0xF69C68) is known color: Atomic Tangerine. HEX triplet: F6, 9C and 68. RGB value is (246,156,104). Sum of RGB (Red+Green+Blue) = 246+156+104=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69C68 is #096397. Grayscale: #B1B1B1. Windows color (decimal): -615320 or 6855926. OLE color: 6855926.
HSL color Cylindrical-coordinate representation of color #F69C68: hue angle of 21.97º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F69C68 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 104 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.04 |
| HSL | 21.97º | 0.89% | 0.69% | - |
| HSV(B) | 21.97º | 0.58% | 0.96% | - |
| XYZ | 52.39 | 44.37 | 18.9 | - |
| YUV | 176.98 | 86.82 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 104 | 0 | 0.37 | 0.58 | 0.04 | 21.97 | 0.89 | 0.69 |
| Hex | F6 | 9C | 68 | 0 | 25 | 3A | 4 | 16 | 59 | 45 |
| Octal | 366 | 234 | 150 | 0 | 45 | 72 | 4 | 26 | 131 | 105 |
| Binary | 11110110 | 10011100 | 1101000 | 0 | 100101 | 111010 | 100 | 10110 | 1011001 | 1000101 |
Color Harmonies of #F69C68
Complementary color
Monochromatic Colors of #F69C68
Black with #F69C68
Text Example
Text Example
White with #F69C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C68; }
p { color: rgb(246,156,104); }
H1.HeaderClassName
{
color: #F69C68;
}
.AnyTagClassName
{
color: #F69C68;
}
</style>
background-color css
<style>
a { background-color: #F69C68; }
a { background-color: rgb(246,156,104); }
div.DivClassName
{
background-color: #F69C68;
}
.BgClassName
{
background-color: #F69C68;
}
</style>
border-color css
<style>
span { border-color: #F69C68; }
span { border-color: rgb(246,156,104); }
td.TdClassName
{
border-color: #F69C68;
}
.TagClassName
{
border-color: #F69C68;
}
</style>