Shades of Atomic Tangerine #F88A65
Tints of Atomic Tangerine #F88A65
RGB
CMYK
RGB Variations
Color information
#F88A65 (or 0xF88A65) is known color: Atomic Tangerine. HEX triplet: F8, 8A and 65. RGB value is (248,138,101). Sum of RGB (Red+Green+Blue) = 248+138+101=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88A65 is #07759A. Grayscale: #A6A6A6. Windows color (decimal): -488859 or 6654712. OLE color: 6654712.
HSL color Cylindrical-coordinate representation of color #F88A65: hue angle of 15.1º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F88A65 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 138 | 101 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.03 |
| HSL | 15.1º | 0.91% | 0.68% | - |
| HSV(B) | 15.1º | 0.59% | 0.97% | - |
| XYZ | 50.15 | 39.07 | 17.21 | - |
| YUV | 166.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 138 | 101 | 0 | 0.44 | 0.59 | 0.03 | 15.1 | 0.91 | 0.68 |
| Hex | F8 | 8A | 65 | 0 | 2C | 3B | 3 | F | 5B | 44 |
| Octal | 370 | 212 | 145 | 0 | 54 | 73 | 3 | 17 | 133 | 104 |
| Binary | 11111000 | 10001010 | 1100101 | 0 | 101100 | 111011 | 11 | 1111 | 1011011 | 1000100 |
Color Harmonies of #F88A65
Complementary color
Monochromatic Colors of #F88A65
Black with #F88A65
Text Example
Text Example
White with #F88A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88A65; }
p { color: rgb(248,138,101); }
H1.HeaderClassName
{
color: #F88A65;
}
.AnyTagClassName
{
color: #F88A65;
}
</style>
background-color css
<style>
a { background-color: #F88A65; }
a { background-color: rgb(248,138,101); }
div.DivClassName
{
background-color: #F88A65;
}
.BgClassName
{
background-color: #F88A65;
}
</style>
border-color css
<style>
span { border-color: #F88A65; }
span { border-color: rgb(248,138,101); }
td.TdClassName
{
border-color: #F88A65;
}
.TagClassName
{
border-color: #F88A65;
}
</style>