Shades of Atomic Tangerine #F58D6B
Tints of Atomic Tangerine #F58D6B
RGB
CMYK
RGB Variations
Color information
#F58D6B (or 0xF58D6B) is known color: Atomic Tangerine. HEX triplet: F5, 8D and 6B. RGB value is (245,141,107). Sum of RGB (Red+Green+Blue) = 245+141+107=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58D6B is #0A7294. Grayscale: #A8A8A8. Windows color (decimal): -684693 or 7048693. OLE color: 7048693.
HSL color Cylindrical-coordinate representation of color #F58D6B: hue angle of 14.78º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F58D6B is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 107 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.04 |
| HSL | 14.78º | 0.87% | 0.69% | - |
| HSV(B) | 14.78º | 0.56% | 0.96% | - |
| XYZ | 49.83 | 39.52 | 18.91 | - |
| YUV | 168.22 | 93.46 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 107 | 0 | 0.42 | 0.56 | 0.04 | 14.78 | 0.87 | 0.69 |
| Hex | F5 | 8D | 6B | 0 | 2A | 38 | 4 | F | 57 | 45 |
| Octal | 365 | 215 | 153 | 0 | 52 | 70 | 4 | 17 | 127 | 105 |
| Binary | 11110101 | 10001101 | 1101011 | 0 | 101010 | 111000 | 100 | 1111 | 1010111 | 1000101 |
Color Harmonies of #F58D6B
Complementary color
Monochromatic Colors of #F58D6B
Black with #F58D6B
Text Example
Text Example
White with #F58D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D6B; }
p { color: rgb(245,141,107); }
H1.HeaderClassName
{
color: #F58D6B;
}
.AnyTagClassName
{
color: #F58D6B;
}
</style>
background-color css
<style>
a { background-color: #F58D6B; }
a { background-color: rgb(245,141,107); }
div.DivClassName
{
background-color: #F58D6B;
}
.BgClassName
{
background-color: #F58D6B;
}
</style>
border-color css
<style>
span { border-color: #F58D6B; }
span { border-color: rgb(245,141,107); }
td.TdClassName
{
border-color: #F58D6B;
}
.TagClassName
{
border-color: #F58D6B;
}
</style>