Shades of Atomic Tangerine #F89465
Tints of Atomic Tangerine #F89465
RGB
CMYK
RGB Variations
Color information
#F89465 (or 0xF89465) is known color: Atomic Tangerine. HEX triplet: F8, 94 and 65. RGB value is (248,148,101). Sum of RGB (Red+Green+Blue) = 248+148+101=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F89465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89465 is #076B9A. Grayscale: #ACACAC. Windows color (decimal): -486299 or 6657272. OLE color: 6657272.
HSL color Cylindrical-coordinate representation of color #F89465: hue angle of 19.18º 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 #F89465 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 101 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.03 |
| HSL | 19.18º | 0.91% | 0.68% | - |
| HSV(B) | 19.18º | 0.59% | 0.97% | - |
| XYZ | 51.65 | 42.08 | 17.71 | - |
| YUV | 172.54 | 87.63 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 101 | 0 | 0.40 | 0.59 | 0.03 | 19.18 | 0.91 | 0.68 |
| Hex | F8 | 94 | 65 | 0 | 28 | 3B | 3 | 13 | 5B | 44 |
| Octal | 370 | 224 | 145 | 0 | 50 | 73 | 3 | 23 | 133 | 104 |
| Binary | 11111000 | 10010100 | 1100101 | 0 | 101000 | 111011 | 11 | 10011 | 1011011 | 1000100 |
Color Harmonies of #F89465
Complementary color
Monochromatic Colors of #F89465
Black with #F89465
Text Example
Text Example
White with #F89465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89465; }
p { color: rgb(248,148,101); }
H1.HeaderClassName
{
color: #F89465;
}
.AnyTagClassName
{
color: #F89465;
}
</style>
background-color css
<style>
a { background-color: #F89465; }
a { background-color: rgb(248,148,101); }
div.DivClassName
{
background-color: #F89465;
}
.BgClassName
{
background-color: #F89465;
}
</style>
border-color css
<style>
span { border-color: #F89465; }
span { border-color: rgb(248,148,101); }
td.TdClassName
{
border-color: #F89465;
}
.TagClassName
{
border-color: #F89465;
}
</style>