Shades of Atomic Tangerine #F5986C
Tints of Atomic Tangerine #F5986C
RGB
CMYK
RGB Variations
Color information
#F5986C (or 0xF5986C) is known color: Atomic Tangerine. HEX triplet: F5, 98 and 6C. RGB value is (245,152,108). Sum of RGB (Red+Green+Blue) = 245+152+108=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F5986C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5986C is #0A6793. Grayscale: #AFAFAF. Windows color (decimal): -681876 or 7117045. OLE color: 7117045.
HSL color Cylindrical-coordinate representation of color #F5986C: hue angle of 19.27º 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 #F5986C is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 108 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.04 |
| HSL | 19.27º | 0.87% | 0.69% | - |
| HSV(B) | 19.27º | 0.56% | 0.96% | - |
| XYZ | 51.59 | 42.95 | 19.76 | - |
| YUV | 174.79 | 90.31 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 108 | 0 | 0.38 | 0.56 | 0.04 | 19.27 | 0.87 | 0.69 |
| Hex | F5 | 98 | 6C | 0 | 26 | 38 | 4 | 13 | 57 | 45 |
| Octal | 365 | 230 | 154 | 0 | 46 | 70 | 4 | 23 | 127 | 105 |
| Binary | 11110101 | 10011000 | 1101100 | 0 | 100110 | 111000 | 100 | 10011 | 1010111 | 1000101 |
Color Harmonies of #F5986C
Complementary color
Monochromatic Colors of #F5986C
Black with #F5986C
Text Example
Text Example
White with #F5986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5986C; }
p { color: rgb(245,152,108); }
H1.HeaderClassName
{
color: #F5986C;
}
.AnyTagClassName
{
color: #F5986C;
}
</style>
background-color css
<style>
a { background-color: #F5986C; }
a { background-color: rgb(245,152,108); }
div.DivClassName
{
background-color: #F5986C;
}
.BgClassName
{
background-color: #F5986C;
}
</style>
border-color css
<style>
span { border-color: #F5986C; }
span { border-color: rgb(245,152,108); }
td.TdClassName
{
border-color: #F5986C;
}
.TagClassName
{
border-color: #F5986C;
}
</style>