Shades of Atomic Tangerine #F89B60
Tints of Atomic Tangerine #F89B60
RGB
CMYK
RGB Variations
Color information
#F89B60 (or 0xF89B60) is known color: Atomic Tangerine. HEX triplet: F8, 9B and 60. RGB value is (248,155,96). Sum of RGB (Red+Green+Blue) = 248+155+96=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89B60 is #07649F. Grayscale: #B0B0B0. Windows color (decimal): -484512 or 6331384. OLE color: 6331384.
HSL color Cylindrical-coordinate representation of color #F89B60: hue angle of 23.29º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F89B60 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 96 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.03 |
| HSL | 23.29º | 0.92% | 0.67% | - |
| HSV(B) | 23.29º | 0.61% | 0.97% | - |
| XYZ | 52.54 | 44.24 | 16.84 | - |
| YUV | 176.08 | 82.81 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 96 | 0 | 0.38 | 0.61 | 0.03 | 23.29 | 0.92 | 0.67 |
| Hex | F8 | 9B | 60 | 0 | 26 | 3D | 3 | 17 | 5C | 43 |
| Octal | 370 | 233 | 140 | 0 | 46 | 75 | 3 | 27 | 134 | 103 |
| Binary | 11111000 | 10011011 | 1100000 | 0 | 100110 | 111101 | 11 | 10111 | 1011100 | 1000011 |
Color Harmonies of #F89B60
Complementary color
Monochromatic Colors of #F89B60
Black with #F89B60
Text Example
Text Example
White with #F89B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B60; }
p { color: rgb(248,155,96); }
H1.HeaderClassName
{
color: #F89B60;
}
.AnyTagClassName
{
color: #F89B60;
}
</style>
background-color css
<style>
a { background-color: #F89B60; }
a { background-color: rgb(248,155,96); }
div.DivClassName
{
background-color: #F89B60;
}
.BgClassName
{
background-color: #F89B60;
}
</style>
border-color css
<style>
span { border-color: #F89B60; }
span { border-color: rgb(248,155,96); }
td.TdClassName
{
border-color: #F89B60;
}
.TagClassName
{
border-color: #F89B60;
}
</style>