Shades of Atomic Tangerine #F88C6B
Tints of Atomic Tangerine #F88C6B
RGB
CMYK
RGB Variations
Color information
#F88C6B (or 0xF88C6B) is known color: Atomic Tangerine. HEX triplet: F8, 8C and 6B. RGB value is (248,140,107). Sum of RGB (Red+Green+Blue) = 248+140+107=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88C6B is #077394. Grayscale: #A8A8A8. Windows color (decimal): -488341 or 7048440. OLE color: 7048440.
HSL color Cylindrical-coordinate representation of color #F88C6B: hue angle of 14.04º 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 #F88C6B is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 140 | 107 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.03 |
| HSL | 14.04º | 0.91% | 0.7% | - |
| HSV(B) | 14.04º | 0.57% | 0.97% | - |
| XYZ | 50.74 | 39.77 | 18.91 | - |
| YUV | 168.53 | 93.28 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 140 | 107 | 0 | 0.44 | 0.57 | 0.03 | 14.04 | 0.91 | 0.7 |
| Hex | F8 | 8C | 6B | 0 | 2C | 39 | 3 | E | 5B | 46 |
| Octal | 370 | 214 | 153 | 0 | 54 | 71 | 3 | 16 | 133 | 106 |
| Binary | 11111000 | 10001100 | 1101011 | 0 | 101100 | 111001 | 11 | 1110 | 1011011 | 1000110 |
Color Harmonies of #F88C6B
Complementary color
Monochromatic Colors of #F88C6B
Black with #F88C6B
Text Example
Text Example
White with #F88C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88C6B; }
p { color: rgb(248,140,107); }
H1.HeaderClassName
{
color: #F88C6B;
}
.AnyTagClassName
{
color: #F88C6B;
}
</style>
background-color css
<style>
a { background-color: #F88C6B; }
a { background-color: rgb(248,140,107); }
div.DivClassName
{
background-color: #F88C6B;
}
.BgClassName
{
background-color: #F88C6B;
}
</style>
border-color css
<style>
span { border-color: #F88C6B; }
span { border-color: rgb(248,140,107); }
td.TdClassName
{
border-color: #F88C6B;
}
.TagClassName
{
border-color: #F88C6B;
}
</style>