Shades of Atomic Tangerine #F69870
Tints of Atomic Tangerine #F69870
RGB
CMYK
RGB Variations
Color information
#F69870 (or 0xF69870) is known color: Atomic Tangerine. HEX triplet: F6, 98 and 70. RGB value is (246,152,112). Sum of RGB (Red+Green+Blue) = 246+152+112=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F69870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69870 is #09678F. Grayscale: #AFAFAF. Windows color (decimal): -616336 or 7379190. OLE color: 7379190.
HSL color Cylindrical-coordinate representation of color #F69870: hue angle of 17.91º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F69870 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 112 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.04 |
| HSL | 17.91º | 0.88% | 0.7% | - |
| HSV(B) | 17.91º | 0.54% | 0.96% | - |
| XYZ | 52.16 | 43.22 | 20.92 | - |
| YUV | 175.55 | 92.14 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 112 | 0 | 0.38 | 0.54 | 0.04 | 17.91 | 0.88 | 0.7 |
| Hex | F6 | 98 | 70 | 0 | 26 | 36 | 4 | 12 | 58 | 46 |
| Octal | 366 | 230 | 160 | 0 | 46 | 66 | 4 | 22 | 130 | 106 |
| Binary | 11110110 | 10011000 | 1110000 | 0 | 100110 | 110110 | 100 | 10010 | 1011000 | 1000110 |
Color Harmonies of #F69870
Complementary color
Monochromatic Colors of #F69870
Black with #F69870
Text Example
Text Example
White with #F69870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69870; }
p { color: rgb(246,152,112); }
H1.HeaderClassName
{
color: #F69870;
}
.AnyTagClassName
{
color: #F69870;
}
</style>
background-color css
<style>
a { background-color: #F69870; }
a { background-color: rgb(246,152,112); }
div.DivClassName
{
background-color: #F69870;
}
.BgClassName
{
background-color: #F69870;
}
</style>
border-color css
<style>
span { border-color: #F69870; }
span { border-color: rgb(246,152,112); }
td.TdClassName
{
border-color: #F69870;
}
.TagClassName
{
border-color: #F69870;
}
</style>