Shades of Atomic Tangerine #F8996C
Tints of Atomic Tangerine #F8996C
RGB
CMYK
RGB Variations
Color information
#F8996C (or 0xF8996C) is known color: Atomic Tangerine. HEX triplet: F8, 99 and 6C. RGB value is (248,153,108). Sum of RGB (Red+Green+Blue) = 248+153+108=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F8996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8996C is #076693. Grayscale: #B0B0B0. Windows color (decimal): -485012 or 7117304. OLE color: 7117304.
HSL color Cylindrical-coordinate representation of color #F8996C: hue angle of 19.29º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8996C is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 108 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.03 |
| HSL | 19.29º | 0.91% | 0.7% | - |
| HSV(B) | 19.29º | 0.56% | 0.97% | - |
| XYZ | 52.81 | 43.82 | 19.86 | - |
| YUV | 176.28 | 89.47 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 108 | 0 | 0.38 | 0.56 | 0.03 | 19.29 | 0.91 | 0.7 |
| Hex | F8 | 99 | 6C | 0 | 26 | 38 | 3 | 13 | 5B | 46 |
| Octal | 370 | 231 | 154 | 0 | 46 | 70 | 3 | 23 | 133 | 106 |
| Binary | 11111000 | 10011001 | 1101100 | 0 | 100110 | 111000 | 11 | 10011 | 1011011 | 1000110 |
Color Harmonies of #F8996C
Complementary color
Monochromatic Colors of #F8996C
Black with #F8996C
Text Example
Text Example
White with #F8996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8996C; }
p { color: rgb(248,153,108); }
H1.HeaderClassName
{
color: #F8996C;
}
.AnyTagClassName
{
color: #F8996C;
}
</style>
background-color css
<style>
a { background-color: #F8996C; }
a { background-color: rgb(248,153,108); }
div.DivClassName
{
background-color: #F8996C;
}
.BgClassName
{
background-color: #F8996C;
}
</style>
border-color css
<style>
span { border-color: #F8996C; }
span { border-color: rgb(248,153,108); }
td.TdClassName
{
border-color: #F8996C;
}
.TagClassName
{
border-color: #F8996C;
}
</style>