Shades of Atomic Tangerine #F69768
Tints of Atomic Tangerine #F69768
RGB
CMYK
RGB Variations
Color information
#F69768 (or 0xF69768) is known color: Atomic Tangerine. HEX triplet: F6, 97 and 68. RGB value is (246,151,104). Sum of RGB (Red+Green+Blue) = 246+151+104=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F69768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69768 is #096897. Grayscale: #AEAEAE. Windows color (decimal): -616600 or 6854646. OLE color: 6854646.
HSL color Cylindrical-coordinate representation of color #F69768: hue angle of 19.86º 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 #F69768 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 151 | 104 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.04 |
| HSL | 19.86º | 0.89% | 0.69% | - |
| HSV(B) | 19.86º | 0.58% | 0.96% | - |
| XYZ | 51.57 | 42.73 | 18.63 | - |
| YUV | 174.05 | 88.47 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 151 | 104 | 0 | 0.39 | 0.58 | 0.04 | 19.86 | 0.89 | 0.69 |
| Hex | F6 | 97 | 68 | 0 | 27 | 3A | 4 | 14 | 59 | 45 |
| Octal | 366 | 227 | 150 | 0 | 47 | 72 | 4 | 24 | 131 | 105 |
| Binary | 11110110 | 10010111 | 1101000 | 0 | 100111 | 111010 | 100 | 10100 | 1011001 | 1000101 |
Color Harmonies of #F69768
Complementary color
Monochromatic Colors of #F69768
Black with #F69768
Text Example
Text Example
White with #F69768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69768; }
p { color: rgb(246,151,104); }
H1.HeaderClassName
{
color: #F69768;
}
.AnyTagClassName
{
color: #F69768;
}
</style>
background-color css
<style>
a { background-color: #F69768; }
a { background-color: rgb(246,151,104); }
div.DivClassName
{
background-color: #F69768;
}
.BgClassName
{
background-color: #F69768;
}
</style>
border-color css
<style>
span { border-color: #F69768; }
span { border-color: rgb(246,151,104); }
td.TdClassName
{
border-color: #F69768;
}
.TagClassName
{
border-color: #F69768;
}
</style>