Shades of Atomic Tangerine #F88F64
Tints of Atomic Tangerine #F88F64
RGB
CMYK
RGB Variations
Color information
#F88F64 (or 0xF88F64) is known color: Atomic Tangerine. HEX triplet: F8, 8F and 64. RGB value is (248,143,100). Sum of RGB (Red+Green+Blue) = 248+143+100=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88F64 is #07709B. Grayscale: #A9A9A9. Windows color (decimal): -487580 or 6590456. OLE color: 6590456.
HSL color Cylindrical-coordinate representation of color #F88F64: hue angle of 17.43º 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 #F88F64 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 100 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.03 |
| HSL | 17.43º | 0.91% | 0.68% | - |
| HSV(B) | 17.43º | 0.6% | 0.97% | - |
| XYZ | 50.83 | 40.52 | 17.2 | - |
| YUV | 169.49 | 88.79 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 100 | 0 | 0.42 | 0.60 | 0.03 | 17.43 | 0.91 | 0.68 |
| Hex | F8 | 8F | 64 | 0 | 2A | 3C | 3 | 11 | 5B | 44 |
| Octal | 370 | 217 | 144 | 0 | 52 | 74 | 3 | 21 | 133 | 104 |
| Binary | 11111000 | 10001111 | 1100100 | 0 | 101010 | 111100 | 11 | 10001 | 1011011 | 1000100 |
Color Harmonies of #F88F64
Complementary color
Monochromatic Colors of #F88F64
Black with #F88F64
Text Example
Text Example
White with #F88F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88F64; }
p { color: rgb(248,143,100); }
H1.HeaderClassName
{
color: #F88F64;
}
.AnyTagClassName
{
color: #F88F64;
}
</style>
background-color css
<style>
a { background-color: #F88F64; }
a { background-color: rgb(248,143,100); }
div.DivClassName
{
background-color: #F88F64;
}
.BgClassName
{
background-color: #F88F64;
}
</style>
border-color css
<style>
span { border-color: #F88F64; }
span { border-color: rgb(248,143,100); }
td.TdClassName
{
border-color: #F88F64;
}
.TagClassName
{
border-color: #F88F64;
}
</style>