Shades of Atomic Tangerine #F8916B
Tints of Atomic Tangerine #F8916B
RGB
CMYK
RGB Variations
Color information
#F8916B (or 0xF8916B) is known color: Atomic Tangerine. HEX triplet: F8, 91 and 6B. RGB value is (248,145,107). Sum of RGB (Red+Green+Blue) = 248+145+107=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8916B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8916B is #076E94. Grayscale: #ABABAB. Windows color (decimal): -487061 or 7049720. OLE color: 7049720.
HSL color Cylindrical-coordinate representation of color #F8916B: hue angle of 16.17º 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 #F8916B is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 107 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.03 |
| HSL | 16.17º | 0.91% | 0.7% | - |
| HSV(B) | 16.17º | 0.57% | 0.97% | - |
| XYZ | 51.49 | 41.27 | 19.16 | - |
| YUV | 171.47 | 91.62 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 107 | 0 | 0.42 | 0.57 | 0.03 | 16.17 | 0.91 | 0.7 |
| Hex | F8 | 91 | 6B | 0 | 2A | 39 | 3 | 10 | 5B | 46 |
| Octal | 370 | 221 | 153 | 0 | 52 | 71 | 3 | 20 | 133 | 106 |
| Binary | 11111000 | 10010001 | 1101011 | 0 | 101010 | 111001 | 11 | 10000 | 1011011 | 1000110 |
Color Harmonies of #F8916B
Complementary color
Monochromatic Colors of #F8916B
Black with #F8916B
Text Example
Text Example
White with #F8916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8916B; }
p { color: rgb(248,145,107); }
H1.HeaderClassName
{
color: #F8916B;
}
.AnyTagClassName
{
color: #F8916B;
}
</style>
background-color css
<style>
a { background-color: #F8916B; }
a { background-color: rgb(248,145,107); }
div.DivClassName
{
background-color: #F8916B;
}
.BgClassName
{
background-color: #F8916B;
}
</style>
border-color css
<style>
span { border-color: #F8916B; }
span { border-color: rgb(248,145,107); }
td.TdClassName
{
border-color: #F8916B;
}
.TagClassName
{
border-color: #F8916B;
}
</style>