Shades of Atomic Tangerine #F58F6B
Tints of Atomic Tangerine #F58F6B
RGB
CMYK
RGB Variations
Color information
#F58F6B (or 0xF58F6B) is known color: Atomic Tangerine. HEX triplet: F5, 8F and 6B. RGB value is (245,143,107). Sum of RGB (Red+Green+Blue) = 245+143+107=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58F6B is #0A7094. Grayscale: #A9A9A9. Windows color (decimal): -684181 or 7049205. OLE color: 7049205.
HSL color Cylindrical-coordinate representation of color #F58F6B: hue angle of 15.65º 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 #F58F6B is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 107 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.04 |
| HSL | 15.65º | 0.87% | 0.69% | - |
| HSV(B) | 15.65º | 0.56% | 0.96% | - |
| XYZ | 50.13 | 40.12 | 19.01 | - |
| YUV | 169.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 107 | 0 | 0.42 | 0.56 | 0.04 | 15.65 | 0.87 | 0.69 |
| Hex | F5 | 8F | 6B | 0 | 2A | 38 | 4 | 10 | 57 | 45 |
| Octal | 365 | 217 | 153 | 0 | 52 | 70 | 4 | 20 | 127 | 105 |
| Binary | 11110101 | 10001111 | 1101011 | 0 | 101010 | 111000 | 100 | 10000 | 1010111 | 1000101 |
Color Harmonies of #F58F6B
Complementary color
Monochromatic Colors of #F58F6B
Black with #F58F6B
Text Example
Text Example
White with #F58F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F6B; }
p { color: rgb(245,143,107); }
H1.HeaderClassName
{
color: #F58F6B;
}
.AnyTagClassName
{
color: #F58F6B;
}
</style>
background-color css
<style>
a { background-color: #F58F6B; }
a { background-color: rgb(245,143,107); }
div.DivClassName
{
background-color: #F58F6B;
}
.BgClassName
{
background-color: #F58F6B;
}
</style>
border-color css
<style>
span { border-color: #F58F6B; }
span { border-color: rgb(245,143,107); }
td.TdClassName
{
border-color: #F58F6B;
}
.TagClassName
{
border-color: #F58F6B;
}
</style>