Shades of Atomic Tangerine #F89265
Tints of Atomic Tangerine #F89265
RGB
CMYK
RGB Variations
Color information
#F89265 (or 0xF89265) is known color: Atomic Tangerine. HEX triplet: F8, 92 and 65. RGB value is (248,146,101). Sum of RGB (Red+Green+Blue) = 248+146+101=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F89265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89265 is #076D9A. Grayscale: #ABABAB. Windows color (decimal): -486811 or 6656760. OLE color: 6656760.
HSL color Cylindrical-coordinate representation of color #F89265: hue angle of 18.37º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F89265 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 101 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.03 |
| HSL | 18.37º | 0.91% | 0.68% | - |
| HSV(B) | 18.37º | 0.59% | 0.97% | - |
| XYZ | 51.34 | 41.45 | 17.61 | - |
| YUV | 171.37 | 88.29 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 101 | 0 | 0.41 | 0.59 | 0.03 | 18.37 | 0.91 | 0.68 |
| Hex | F8 | 92 | 65 | 0 | 29 | 3B | 3 | 12 | 5B | 44 |
| Octal | 370 | 222 | 145 | 0 | 51 | 73 | 3 | 22 | 133 | 104 |
| Binary | 11111000 | 10010010 | 1100101 | 0 | 101001 | 111011 | 11 | 10010 | 1011011 | 1000100 |
Color Harmonies of #F89265
Complementary color
Monochromatic Colors of #F89265
Black with #F89265
Text Example
Text Example
White with #F89265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89265; }
p { color: rgb(248,146,101); }
H1.HeaderClassName
{
color: #F89265;
}
.AnyTagClassName
{
color: #F89265;
}
</style>
background-color css
<style>
a { background-color: #F89265; }
a { background-color: rgb(248,146,101); }
div.DivClassName
{
background-color: #F89265;
}
.BgClassName
{
background-color: #F89265;
}
</style>
border-color css
<style>
span { border-color: #F89265; }
span { border-color: rgb(248,146,101); }
td.TdClassName
{
border-color: #F89265;
}
.TagClassName
{
border-color: #F89265;
}
</style>