Shades of Atomic Tangerine #F68E6B
Tints of Atomic Tangerine #F68E6B
RGB
CMYK
RGB Variations
Color information
#F68E6B (or 0xF68E6B) is known color: Atomic Tangerine. HEX triplet: F6, 8E and 6B. RGB value is (246,142,107). Sum of RGB (Red+Green+Blue) = 246+142+107=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68E6B is #097194. Grayscale: #A9A9A9. Windows color (decimal): -618901 or 7048950. OLE color: 7048950.
HSL color Cylindrical-coordinate representation of color #F68E6B: hue angle of 15.11º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F68E6B is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 107 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.04 |
| HSL | 15.11º | 0.89% | 0.69% | - |
| HSV(B) | 15.11º | 0.57% | 0.96% | - |
| XYZ | 50.33 | 40 | 18.98 | - |
| YUV | 169.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 107 | 0 | 0.42 | 0.57 | 0.04 | 15.11 | 0.89 | 0.69 |
| Hex | F6 | 8E | 6B | 0 | 2A | 39 | 4 | F | 59 | 45 |
| Octal | 366 | 216 | 153 | 0 | 52 | 71 | 4 | 17 | 131 | 105 |
| Binary | 11110110 | 10001110 | 1101011 | 0 | 101010 | 111001 | 100 | 1111 | 1011001 | 1000101 |
Color Harmonies of #F68E6B
Complementary color
Monochromatic Colors of #F68E6B
Black with #F68E6B
Text Example
Text Example
White with #F68E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68E6B; }
p { color: rgb(246,142,107); }
H1.HeaderClassName
{
color: #F68E6B;
}
.AnyTagClassName
{
color: #F68E6B;
}
</style>
background-color css
<style>
a { background-color: #F68E6B; }
a { background-color: rgb(246,142,107); }
div.DivClassName
{
background-color: #F68E6B;
}
.BgClassName
{
background-color: #F68E6B;
}
</style>
border-color css
<style>
span { border-color: #F68E6B; }
span { border-color: rgb(246,142,107); }
td.TdClassName
{
border-color: #F68E6B;
}
.TagClassName
{
border-color: #F68E6B;
}
</style>