Shades of Atomic Tangerine #F48F68
Tints of Atomic Tangerine #F48F68
RGB
CMYK
RGB Variations
Color information
#F48F68 (or 0xF48F68) is known color: Atomic Tangerine. HEX triplet: F4, 8F and 68. RGB value is (244,143,104). Sum of RGB (Red+Green+Blue) = 244+143+104=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48F68 is #0B7097. Grayscale: #A9A9A9. Windows color (decimal): -749720 or 6852596. OLE color: 6852596.
HSL color Cylindrical-coordinate representation of color #F48F68: hue angle of 16.71º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F48F68 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 143 | 104 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.04 |
| HSL | 16.71º | 0.86% | 0.68% | - |
| HSV(B) | 16.71º | 0.57% | 0.96% | - |
| XYZ | 49.63 | 39.88 | 18.18 | - |
| YUV | 168.75 | 91.46 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 143 | 104 | 0 | 0.41 | 0.57 | 0.04 | 16.71 | 0.86 | 0.68 |
| Hex | F4 | 8F | 68 | 0 | 29 | 39 | 4 | 11 | 56 | 44 |
| Octal | 364 | 217 | 150 | 0 | 51 | 71 | 4 | 21 | 126 | 104 |
| Binary | 11110100 | 10001111 | 1101000 | 0 | 101001 | 111001 | 100 | 10001 | 1010110 | 1000100 |
Color Harmonies of #F48F68
Complementary color
Monochromatic Colors of #F48F68
Black with #F48F68
Text Example
Text Example
White with #F48F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48F68; }
p { color: rgb(244,143,104); }
H1.HeaderClassName
{
color: #F48F68;
}
.AnyTagClassName
{
color: #F48F68;
}
</style>
background-color css
<style>
a { background-color: #F48F68; }
a { background-color: rgb(244,143,104); }
div.DivClassName
{
background-color: #F48F68;
}
.BgClassName
{
background-color: #F48F68;
}
</style>
border-color css
<style>
span { border-color: #F48F68; }
span { border-color: rgb(244,143,104); }
td.TdClassName
{
border-color: #F48F68;
}
.TagClassName
{
border-color: #F48F68;
}
</style>