Shades of Atomic Tangerine #F8976C
Tints of Atomic Tangerine #F8976C
RGB
CMYK
RGB Variations
Color information
#F8976C (or 0xF8976C) is known color: Atomic Tangerine. HEX triplet: F8, 97 and 6C. RGB value is (248,151,108). Sum of RGB (Red+Green+Blue) = 248+151+108=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8976C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8976C is #076893. Grayscale: #AFAFAF. Windows color (decimal): -485524 or 7116792. OLE color: 7116792.
HSL color Cylindrical-coordinate representation of color #F8976C: hue angle of 18.43º 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 #F8976C is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 108 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.03 |
| HSL | 18.43º | 0.91% | 0.7% | - |
| HSV(B) | 18.43º | 0.56% | 0.97% | - |
| XYZ | 52.48 | 43.17 | 19.75 | - |
| YUV | 175.1 | 90.14 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 108 | 0 | 0.39 | 0.56 | 0.03 | 18.43 | 0.91 | 0.7 |
| Hex | F8 | 97 | 6C | 0 | 27 | 38 | 3 | 12 | 5B | 46 |
| Octal | 370 | 227 | 154 | 0 | 47 | 70 | 3 | 22 | 133 | 106 |
| Binary | 11111000 | 10010111 | 1101100 | 0 | 100111 | 111000 | 11 | 10010 | 1011011 | 1000110 |
Color Harmonies of #F8976C
Complementary color
Monochromatic Colors of #F8976C
Black with #F8976C
Text Example
Text Example
White with #F8976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8976C; }
p { color: rgb(248,151,108); }
H1.HeaderClassName
{
color: #F8976C;
}
.AnyTagClassName
{
color: #F8976C;
}
</style>
background-color css
<style>
a { background-color: #F8976C; }
a { background-color: rgb(248,151,108); }
div.DivClassName
{
background-color: #F8976C;
}
.BgClassName
{
background-color: #F8976C;
}
</style>
border-color css
<style>
span { border-color: #F8976C; }
span { border-color: rgb(248,151,108); }
td.TdClassName
{
border-color: #F8976C;
}
.TagClassName
{
border-color: #F8976C;
}
</style>