Shades of Atomic Tangerine #F8976F
Tints of Atomic Tangerine #F8976F
RGB
CMYK
RGB Variations
Color information
#F8976F (or 0xF8976F) is known color: Atomic Tangerine. HEX triplet: F8, 97 and 6F. RGB value is (248,151,111). Sum of RGB (Red+Green+Blue) = 248+151+111=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F8976F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8976F is #076890. Grayscale: #AFAFAF. Windows color (decimal): -485521 or 7313400. OLE color: 7313400.
HSL color Cylindrical-coordinate representation of color #F8976F: hue angle of 17.52º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8976F is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 111 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.03 |
| HSL | 17.52º | 0.91% | 0.7% | - |
| HSV(B) | 17.52º | 0.55% | 0.97% | - |
| XYZ | 52.65 | 43.24 | 20.61 | - |
| YUV | 175.44 | 91.64 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 111 | 0 | 0.39 | 0.55 | 0.03 | 17.52 | 0.91 | 0.7 |
| Hex | F8 | 97 | 6F | 0 | 27 | 37 | 3 | 12 | 5B | 46 |
| Octal | 370 | 227 | 157 | 0 | 47 | 67 | 3 | 22 | 133 | 106 |
| Binary | 11111000 | 10010111 | 1101111 | 0 | 100111 | 110111 | 11 | 10010 | 1011011 | 1000110 |
Color Harmonies of #F8976F
Complementary color
Monochromatic Colors of #F8976F
Black with #F8976F
Text Example
Text Example
White with #F8976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8976F; }
p { color: rgb(248,151,111); }
H1.HeaderClassName
{
color: #F8976F;
}
.AnyTagClassName
{
color: #F8976F;
}
</style>
background-color css
<style>
a { background-color: #F8976F; }
a { background-color: rgb(248,151,111); }
div.DivClassName
{
background-color: #F8976F;
}
.BgClassName
{
background-color: #F8976F;
}
</style>
border-color css
<style>
span { border-color: #F8976F; }
span { border-color: rgb(248,151,111); }
td.TdClassName
{
border-color: #F8976F;
}
.TagClassName
{
border-color: #F8976F;
}
</style>