Shades of Atomic Tangerine #F8946B
Tints of Atomic Tangerine #F8946B
RGB
CMYK
RGB Variations
Color information
#F8946B (or 0xF8946B) is known color: Atomic Tangerine. HEX triplet: F8, 94 and 6B. RGB value is (248,148,107). Sum of RGB (Red+Green+Blue) = 248+148+107=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8946B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8946B is #076B94. Grayscale: #ADADAD. Windows color (decimal): -486293 or 7050488. OLE color: 7050488.
HSL color Cylindrical-coordinate representation of color #F8946B: hue angle of 17.45º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8946B is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 107 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.03 |
| HSL | 17.45º | 0.91% | 0.7% | - |
| HSV(B) | 17.45º | 0.57% | 0.97% | - |
| XYZ | 51.96 | 42.2 | 19.32 | - |
| YUV | 173.23 | 90.63 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 107 | 0 | 0.40 | 0.57 | 0.03 | 17.45 | 0.91 | 0.7 |
| Hex | F8 | 94 | 6B | 0 | 28 | 39 | 3 | 11 | 5B | 46 |
| Octal | 370 | 224 | 153 | 0 | 50 | 71 | 3 | 21 | 133 | 106 |
| Binary | 11111000 | 10010100 | 1101011 | 0 | 101000 | 111001 | 11 | 10001 | 1011011 | 1000110 |
Color Harmonies of #F8946B
Complementary color
Monochromatic Colors of #F8946B
Black with #F8946B
Text Example
Text Example
White with #F8946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8946B; }
p { color: rgb(248,148,107); }
H1.HeaderClassName
{
color: #F8946B;
}
.AnyTagClassName
{
color: #F8946B;
}
</style>
background-color css
<style>
a { background-color: #F8946B; }
a { background-color: rgb(248,148,107); }
div.DivClassName
{
background-color: #F8946B;
}
.BgClassName
{
background-color: #F8946B;
}
</style>
border-color css
<style>
span { border-color: #F8946B; }
span { border-color: rgb(248,148,107); }
td.TdClassName
{
border-color: #F8946B;
}
.TagClassName
{
border-color: #F8946B;
}
</style>