Shades of Atomic Tangerine #F89B68
Tints of Atomic Tangerine #F89B68
RGB
CMYK
RGB Variations
Color information
#F89B68 (or 0xF89B68) is known color: Atomic Tangerine. HEX triplet: F8, 9B and 68. RGB value is (248,155,104). Sum of RGB (Red+Green+Blue) = 248+155+104=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89B68 is #076497. Grayscale: #B1B1B1. Windows color (decimal): -484504 or 6855672. OLE color: 6855672.
HSL color Cylindrical-coordinate representation of color #F89B68: hue angle of 21.25º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F89B68 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 104 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.03 |
| HSL | 21.25º | 0.91% | 0.69% | - |
| HSV(B) | 21.25º | 0.58% | 0.97% | - |
| XYZ | 52.93 | 44.4 | 18.88 | - |
| YUV | 176.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 104 | 0 | 0.38 | 0.58 | 0.03 | 21.25 | 0.91 | 0.69 |
| Hex | F8 | 9B | 68 | 0 | 26 | 3A | 3 | 15 | 5B | 45 |
| Octal | 370 | 233 | 150 | 0 | 46 | 72 | 3 | 25 | 133 | 105 |
| Binary | 11111000 | 10011011 | 1101000 | 0 | 100110 | 111010 | 11 | 10101 | 1011011 | 1000101 |
Color Harmonies of #F89B68
Complementary color
Monochromatic Colors of #F89B68
Black with #F89B68
Text Example
Text Example
White with #F89B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B68; }
p { color: rgb(248,155,104); }
H1.HeaderClassName
{
color: #F89B68;
}
.AnyTagClassName
{
color: #F89B68;
}
</style>
background-color css
<style>
a { background-color: #F89B68; }
a { background-color: rgb(248,155,104); }
div.DivClassName
{
background-color: #F89B68;
}
.BgClassName
{
background-color: #F89B68;
}
</style>
border-color css
<style>
span { border-color: #F89B68; }
span { border-color: rgb(248,155,104); }
td.TdClassName
{
border-color: #F89B68;
}
.TagClassName
{
border-color: #F89B68;
}
</style>