Shades of Atomic Tangerine #F88B64
Tints of Atomic Tangerine #F88B64
RGB
CMYK
RGB Variations
Color information
#F88B64 (or 0xF88B64) is known color: Atomic Tangerine. HEX triplet: F8, 8B and 64. RGB value is (248,139,100). Sum of RGB (Red+Green+Blue) = 248+139+100=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F88B64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88B64 is #07749B. Grayscale: #A7A7A7. Windows color (decimal): -488604 or 6589432. OLE color: 6589432.
HSL color Cylindrical-coordinate representation of color #F88B64: hue angle of 15.81º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F88B64 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 100 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.03 |
| HSL | 15.81º | 0.91% | 0.68% | - |
| HSV(B) | 15.81º | 0.6% | 0.97% | - |
| XYZ | 50.24 | 39.34 | 17 | - |
| YUV | 167.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 100 | 0 | 0.44 | 0.60 | 0.03 | 15.81 | 0.91 | 0.68 |
| Hex | F8 | 8B | 64 | 0 | 2C | 3C | 3 | 10 | 5B | 44 |
| Octal | 370 | 213 | 144 | 0 | 54 | 74 | 3 | 20 | 133 | 104 |
| Binary | 11111000 | 10001011 | 1100100 | 0 | 101100 | 111100 | 11 | 10000 | 1011011 | 1000100 |
Color Harmonies of #F88B64
Complementary color
Monochromatic Colors of #F88B64
Black with #F88B64
Text Example
Text Example
White with #F88B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88B64; }
p { color: rgb(248,139,100); }
H1.HeaderClassName
{
color: #F88B64;
}
.AnyTagClassName
{
color: #F88B64;
}
</style>
background-color css
<style>
a { background-color: #F88B64; }
a { background-color: rgb(248,139,100); }
div.DivClassName
{
background-color: #F88B64;
}
.BgClassName
{
background-color: #F88B64;
}
</style>
border-color css
<style>
span { border-color: #F88B64; }
span { border-color: rgb(248,139,100); }
td.TdClassName
{
border-color: #F88B64;
}
.TagClassName
{
border-color: #F88B64;
}
</style>