Shades of Atomic Tangerine #F78D6B
Tints of Atomic Tangerine #F78D6B
RGB
CMYK
RGB Variations
Color information
#F78D6B (or 0xF78D6B) is known color: Atomic Tangerine. HEX triplet: F7, 8D and 6B. RGB value is (247,141,107). Sum of RGB (Red+Green+Blue) = 247+141+107=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F78D6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78D6B is #087294. Grayscale: #A9A9A9. Windows color (decimal): -553621 or 7048695. OLE color: 7048695.
HSL color Cylindrical-coordinate representation of color #F78D6B: hue angle of 14.57º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F78D6B is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 107 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.03 |
| HSL | 14.57º | 0.9% | 0.69% | - |
| HSV(B) | 14.57º | 0.57% | 0.97% | - |
| XYZ | 50.54 | 39.89 | 18.95 | - |
| YUV | 168.82 | 93.12 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 107 | 0 | 0.43 | 0.57 | 0.03 | 14.57 | 0.9 | 0.69 |
| Hex | F7 | 8D | 6B | 0 | 2B | 39 | 3 | F | 5A | 45 |
| Octal | 367 | 215 | 153 | 0 | 53 | 71 | 3 | 17 | 132 | 105 |
| Binary | 11110111 | 10001101 | 1101011 | 0 | 101011 | 111001 | 11 | 1111 | 1011010 | 1000101 |
Color Harmonies of #F78D6B
Complementary color
Monochromatic Colors of #F78D6B
Black with #F78D6B
Text Example
Text Example
White with #F78D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78D6B; }
p { color: rgb(247,141,107); }
H1.HeaderClassName
{
color: #F78D6B;
}
.AnyTagClassName
{
color: #F78D6B;
}
</style>
background-color css
<style>
a { background-color: #F78D6B; }
a { background-color: rgb(247,141,107); }
div.DivClassName
{
background-color: #F78D6B;
}
.BgClassName
{
background-color: #F78D6B;
}
</style>
border-color css
<style>
span { border-color: #F78D6B; }
span { border-color: rgb(247,141,107); }
td.TdClassName
{
border-color: #F78D6B;
}
.TagClassName
{
border-color: #F78D6B;
}
</style>