Shades of Atomic Tangerine #F68C63
Tints of Atomic Tangerine #F68C63
RGB
CMYK
RGB Variations
Color information
#F68C63 (or 0xF68C63) is known color: Atomic Tangerine. HEX triplet: F6, 8C and 63. RGB value is (246,140,99). Sum of RGB (Red+Green+Blue) = 246+140+99=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C63 is #09739C. Grayscale: #A7A7A7. Windows color (decimal): -619421 or 6524150. OLE color: 6524150.
HSL color Cylindrical-coordinate representation of color #F68C63: hue angle of 16.73º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F68C63 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 99 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.04 |
| HSL | 16.73º | 0.89% | 0.68% | - |
| HSV(B) | 16.73º | 0.6% | 0.96% | - |
| XYZ | 49.64 | 39.25 | 16.76 | - |
| YUV | 167.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 99 | 0 | 0.43 | 0.60 | 0.04 | 16.73 | 0.89 | 0.68 |
| Hex | F6 | 8C | 63 | 0 | 2B | 3C | 4 | 11 | 59 | 44 |
| Octal | 366 | 214 | 143 | 0 | 53 | 74 | 4 | 21 | 131 | 104 |
| Binary | 11110110 | 10001100 | 1100011 | 0 | 101011 | 111100 | 100 | 10001 | 1011001 | 1000100 |
Color Harmonies of #F68C63
Complementary color
Monochromatic Colors of #F68C63
Black with #F68C63
Text Example
Text Example
White with #F68C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C63; }
p { color: rgb(246,140,99); }
H1.HeaderClassName
{
color: #F68C63;
}
.AnyTagClassName
{
color: #F68C63;
}
</style>
background-color css
<style>
a { background-color: #F68C63; }
a { background-color: rgb(246,140,99); }
div.DivClassName
{
background-color: #F68C63;
}
.BgClassName
{
background-color: #F68C63;
}
</style>
border-color css
<style>
span { border-color: #F68C63; }
span { border-color: rgb(246,140,99); }
td.TdClassName
{
border-color: #F68C63;
}
.TagClassName
{
border-color: #F68C63;
}
</style>