Shades of Atomic Tangerine #F58F69
Tints of Atomic Tangerine #F58F69
RGB
CMYK
RGB Variations
Color information
#F58F69 (or 0xF58F69) is known color: Atomic Tangerine. HEX triplet: F5, 8F and 69. RGB value is (245,143,105). Sum of RGB (Red+Green+Blue) = 245+143+105=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58F69 is #0A7096. Grayscale: #A9A9A9. Windows color (decimal): -684183 or 6918133. OLE color: 6918133.
HSL color Cylindrical-coordinate representation of color #F58F69: hue angle of 16.29º degrees, saturation: 0.88, 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 #F58F69 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 105 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.04 |
| HSL | 16.29º | 0.88% | 0.69% | - |
| HSV(B) | 16.29º | 0.57% | 0.96% | - |
| XYZ | 50.03 | 40.08 | 18.46 | - |
| YUV | 169.17 | 91.79 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 105 | 0 | 0.42 | 0.57 | 0.04 | 16.29 | 0.88 | 0.69 |
| Hex | F5 | 8F | 69 | 0 | 2A | 39 | 4 | 10 | 58 | 45 |
| Octal | 365 | 217 | 151 | 0 | 52 | 71 | 4 | 20 | 130 | 105 |
| Binary | 11110101 | 10001111 | 1101001 | 0 | 101010 | 111001 | 100 | 10000 | 1011000 | 1000101 |
Color Harmonies of #F58F69
Complementary color
Monochromatic Colors of #F58F69
Black with #F58F69
Text Example
Text Example
White with #F58F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F69; }
p { color: rgb(245,143,105); }
H1.HeaderClassName
{
color: #F58F69;
}
.AnyTagClassName
{
color: #F58F69;
}
</style>
background-color css
<style>
a { background-color: #F58F69; }
a { background-color: rgb(245,143,105); }
div.DivClassName
{
background-color: #F58F69;
}
.BgClassName
{
background-color: #F58F69;
}
</style>
border-color css
<style>
span { border-color: #F58F69; }
span { border-color: rgb(245,143,105); }
td.TdClassName
{
border-color: #F58F69;
}
.TagClassName
{
border-color: #F58F69;
}
</style>