Shades of Atomic Tangerine #F48B68
Tints of Atomic Tangerine #F48B68
RGB
CMYK
RGB Variations
Color information
#F48B68 (or 0xF48B68) is known color: Atomic Tangerine. HEX triplet: F4, 8B and 68. RGB value is (244,139,104). Sum of RGB (Red+Green+Blue) = 244+139+104=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F48B68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48B68 is #0B7497. Grayscale: #A6A6A6. Windows color (decimal): -750744 or 6851572. OLE color: 6851572.
HSL color Cylindrical-coordinate representation of color #F48B68: hue angle of 15º 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 #F48B68 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 139 | 104 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.04 |
| HSL | 15º | 0.86% | 0.68% | - |
| HSV(B) | 15º | 0.57% | 0.96% | - |
| XYZ | 49.04 | 38.7 | 17.98 | - |
| YUV | 166.41 | 92.79 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 139 | 104 | 0 | 0.43 | 0.57 | 0.04 | 15 | 0.86 | 0.68 |
| Hex | F4 | 8B | 68 | 0 | 2B | 39 | 4 | F | 56 | 44 |
| Octal | 364 | 213 | 150 | 0 | 53 | 71 | 4 | 17 | 126 | 104 |
| Binary | 11110100 | 10001011 | 1101000 | 0 | 101011 | 111001 | 100 | 1111 | 1010110 | 1000100 |
Color Harmonies of #F48B68
Complementary color
Monochromatic Colors of #F48B68
Black with #F48B68
Text Example
Text Example
White with #F48B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48B68; }
p { color: rgb(244,139,104); }
H1.HeaderClassName
{
color: #F48B68;
}
.AnyTagClassName
{
color: #F48B68;
}
</style>
background-color css
<style>
a { background-color: #F48B68; }
a { background-color: rgb(244,139,104); }
div.DivClassName
{
background-color: #F48B68;
}
.BgClassName
{
background-color: #F48B68;
}
</style>
border-color css
<style>
span { border-color: #F48B68; }
span { border-color: rgb(244,139,104); }
td.TdClassName
{
border-color: #F48B68;
}
.TagClassName
{
border-color: #F48B68;
}
</style>