Shades of Atomic Tangerine #F89260
Tints of Atomic Tangerine #F89260
RGB
CMYK
RGB Variations
Color information
#F89260 (or 0xF89260) is known color: Atomic Tangerine. HEX triplet: F8, 92 and 60. RGB value is (248,146,96). Sum of RGB (Red+Green+Blue) = 248+146+96=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F89260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89260 is #076D9F. Grayscale: #ABABAB. Windows color (decimal): -486816 or 6329080. OLE color: 6329080.
HSL color Cylindrical-coordinate representation of color #F89260: hue angle of 19.74º 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 #F89260 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 96 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.03 |
| HSL | 19.74º | 0.92% | 0.67% | - |
| HSV(B) | 19.74º | 0.61% | 0.97% | - |
| XYZ | 51.1 | 41.36 | 16.36 | - |
| YUV | 170.8 | 85.79 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 96 | 0 | 0.41 | 0.61 | 0.03 | 19.74 | 0.92 | 0.67 |
| Hex | F8 | 92 | 60 | 0 | 29 | 3D | 3 | 14 | 5C | 43 |
| Octal | 370 | 222 | 140 | 0 | 51 | 75 | 3 | 24 | 134 | 103 |
| Binary | 11111000 | 10010010 | 1100000 | 0 | 101001 | 111101 | 11 | 10100 | 1011100 | 1000011 |
Color Harmonies of #F89260
Complementary color
Monochromatic Colors of #F89260
Black with #F89260
Text Example
Text Example
White with #F89260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89260; }
p { color: rgb(248,146,96); }
H1.HeaderClassName
{
color: #F89260;
}
.AnyTagClassName
{
color: #F89260;
}
</style>
background-color css
<style>
a { background-color: #F89260; }
a { background-color: rgb(248,146,96); }
div.DivClassName
{
background-color: #F89260;
}
.BgClassName
{
background-color: #F89260;
}
</style>
border-color css
<style>
span { border-color: #F89260; }
span { border-color: rgb(248,146,96); }
td.TdClassName
{
border-color: #F89260;
}
.TagClassName
{
border-color: #F89260;
}
</style>