Shades of Atomic Tangerine #F89B65
Tints of Atomic Tangerine #F89B65
RGB
CMYK
RGB Variations
Color information
#F89B65 (or 0xF89B65) is known color: Atomic Tangerine. HEX triplet: F8, 9B and 65. RGB value is (248,155,101). Sum of RGB (Red+Green+Blue) = 248+155+101=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89B65 is #07649A. Grayscale: #B0B0B0. Windows color (decimal): -484507 or 6659064. OLE color: 6659064.
HSL color Cylindrical-coordinate representation of color #F89B65: hue angle of 22.04º 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 #F89B65 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 101 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.03 |
| HSL | 22.04º | 0.91% | 0.68% | - |
| HSV(B) | 22.04º | 0.59% | 0.97% | - |
| XYZ | 52.78 | 44.34 | 18.09 | - |
| YUV | 176.65 | 85.31 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 101 | 0 | 0.38 | 0.59 | 0.03 | 22.04 | 0.91 | 0.68 |
| Hex | F8 | 9B | 65 | 0 | 26 | 3B | 3 | 16 | 5B | 44 |
| Octal | 370 | 233 | 145 | 0 | 46 | 73 | 3 | 26 | 133 | 104 |
| Binary | 11111000 | 10011011 | 1100101 | 0 | 100110 | 111011 | 11 | 10110 | 1011011 | 1000100 |
Color Harmonies of #F89B65
Complementary color
Monochromatic Colors of #F89B65
Black with #F89B65
Text Example
Text Example
White with #F89B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B65; }
p { color: rgb(248,155,101); }
H1.HeaderClassName
{
color: #F89B65;
}
.AnyTagClassName
{
color: #F89B65;
}
</style>
background-color css
<style>
a { background-color: #F89B65; }
a { background-color: rgb(248,155,101); }
div.DivClassName
{
background-color: #F89B65;
}
.BgClassName
{
background-color: #F89B65;
}
</style>
border-color css
<style>
span { border-color: #F89B65; }
span { border-color: rgb(248,155,101); }
td.TdClassName
{
border-color: #F89B65;
}
.TagClassName
{
border-color: #F89B65;
}
</style>