Shades of Atomic Tangerine #F89C68
Tints of Atomic Tangerine #F89C68
RGB
CMYK
RGB Variations
Color information
#F89C68 (or 0xF89C68) is known color: Atomic Tangerine. HEX triplet: F8, 9C and 68. RGB value is (248,156,104). Sum of RGB (Red+Green+Blue) = 248+156+104=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89C68 is #076397. Grayscale: #B1B1B1. Windows color (decimal): -484248 or 6855928. OLE color: 6855928.
HSL color Cylindrical-coordinate representation of color #F89C68: hue angle of 21.67º 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 #F89C68 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 104 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.03 |
| HSL | 21.67º | 0.91% | 0.69% | - |
| HSV(B) | 21.67º | 0.58% | 0.97% | - |
| XYZ | 53.1 | 44.73 | 18.93 | - |
| YUV | 177.58 | 86.48 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 104 | 0 | 0.37 | 0.58 | 0.03 | 21.67 | 0.91 | 0.69 |
| Hex | F8 | 9C | 68 | 0 | 25 | 3A | 3 | 16 | 5B | 45 |
| Octal | 370 | 234 | 150 | 0 | 45 | 72 | 3 | 26 | 133 | 105 |
| Binary | 11111000 | 10011100 | 1101000 | 0 | 100101 | 111010 | 11 | 10110 | 1011011 | 1000101 |
Color Harmonies of #F89C68
Complementary color
Monochromatic Colors of #F89C68
Black with #F89C68
Text Example
Text Example
White with #F89C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C68; }
p { color: rgb(248,156,104); }
H1.HeaderClassName
{
color: #F89C68;
}
.AnyTagClassName
{
color: #F89C68;
}
</style>
background-color css
<style>
a { background-color: #F89C68; }
a { background-color: rgb(248,156,104); }
div.DivClassName
{
background-color: #F89C68;
}
.BgClassName
{
background-color: #F89C68;
}
</style>
border-color css
<style>
span { border-color: #F89C68; }
span { border-color: rgb(248,156,104); }
td.TdClassName
{
border-color: #F89C68;
}
.TagClassName
{
border-color: #F89C68;
}
</style>