Shades of Atomic Tangerine #F68F65
Tints of Atomic Tangerine #F68F65
RGB
CMYK
RGB Variations
Color information
#F68F65 (or 0xF68F65) is known color: Atomic Tangerine. HEX triplet: F6, 8F and 65. RGB value is (246,143,101). Sum of RGB (Red+Green+Blue) = 246+143+101=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F65 is #09709A. Grayscale: #A9A9A9. Windows color (decimal): -618651 or 6655990. OLE color: 6655990.
HSL color Cylindrical-coordinate representation of color #F68F65: hue angle of 17.38º 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 #F68F65 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 101 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.04 |
| HSL | 17.38º | 0.89% | 0.68% | - |
| HSV(B) | 17.38º | 0.59% | 0.96% | - |
| XYZ | 50.18 | 40.18 | 17.42 | - |
| YUV | 169.01 | 89.62 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 101 | 0 | 0.42 | 0.59 | 0.04 | 17.38 | 0.89 | 0.68 |
| Hex | F6 | 8F | 65 | 0 | 2A | 3B | 4 | 11 | 59 | 44 |
| Octal | 366 | 217 | 145 | 0 | 52 | 73 | 4 | 21 | 131 | 104 |
| Binary | 11110110 | 10001111 | 1100101 | 0 | 101010 | 111011 | 100 | 10001 | 1011001 | 1000100 |
Color Harmonies of #F68F65
Complementary color
Monochromatic Colors of #F68F65
Black with #F68F65
Text Example
Text Example
White with #F68F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F65; }
p { color: rgb(246,143,101); }
H1.HeaderClassName
{
color: #F68F65;
}
.AnyTagClassName
{
color: #F68F65;
}
</style>
background-color css
<style>
a { background-color: #F68F65; }
a { background-color: rgb(246,143,101); }
div.DivClassName
{
background-color: #F68F65;
}
.BgClassName
{
background-color: #F68F65;
}
</style>
border-color css
<style>
span { border-color: #F68F65; }
span { border-color: rgb(246,143,101); }
td.TdClassName
{
border-color: #F68F65;
}
.TagClassName
{
border-color: #F68F65;
}
</style>