Shades of Atomic Tangerine #F99160
Tints of Atomic Tangerine #F99160
RGB
CMYK
RGB Variations
Color information
#F99160 (or 0xF99160) is known color: Atomic Tangerine. HEX triplet: F9, 91 and 60. RGB value is (249,145,96). Sum of RGB (Red+Green+Blue) = 249+145+96=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F99160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99160 is #066E9F. Grayscale: #AAAAAA. Windows color (decimal): -421536 or 6328825. OLE color: 6328825.
HSL color Cylindrical-coordinate representation of color #F99160: hue angle of 19.22º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F99160 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 96 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.02 |
| HSL | 19.22º | 0.93% | 0.68% | - |
| HSV(B) | 19.22º | 0.61% | 0.98% | - |
| XYZ | 51.3 | 41.24 | 16.32 | - |
| YUV | 170.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 96 | 0 | 0.42 | 0.61 | 0.02 | 19.22 | 0.93 | 0.68 |
| Hex | F9 | 91 | 60 | 0 | 2A | 3D | 2 | 13 | 5D | 44 |
| Octal | 371 | 221 | 140 | 0 | 52 | 75 | 2 | 23 | 135 | 104 |
| Binary | 11111001 | 10010001 | 1100000 | 0 | 101010 | 111101 | 10 | 10011 | 1011101 | 1000100 |
Color Harmonies of #F99160
Complementary color
Monochromatic Colors of #F99160
Black with #F99160
Text Example
Text Example
White with #F99160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99160; }
p { color: rgb(249,145,96); }
H1.HeaderClassName
{
color: #F99160;
}
.AnyTagClassName
{
color: #F99160;
}
</style>
background-color css
<style>
a { background-color: #F99160; }
a { background-color: rgb(249,145,96); }
div.DivClassName
{
background-color: #F99160;
}
.BgClassName
{
background-color: #F99160;
}
</style>
border-color css
<style>
span { border-color: #F99160; }
span { border-color: rgb(249,145,96); }
td.TdClassName
{
border-color: #F99160;
}
.TagClassName
{
border-color: #F99160;
}
</style>