Shades of Atomic Tangerine #F48C68
Tints of Atomic Tangerine #F48C68
RGB
CMYK
RGB Variations
Color information
#F48C68 (or 0xF48C68) is known color: Atomic Tangerine. HEX triplet: F4, 8C and 68. RGB value is (244,140,104). Sum of RGB (Red+Green+Blue) = 244+140+104=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48C68 is #0B7397. Grayscale: #A7A7A7. Windows color (decimal): -750488 or 6851828. OLE color: 6851828.
HSL color Cylindrical-coordinate representation of color #F48C68: hue angle of 15.43º 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 #F48C68 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 140 | 104 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.04 |
| HSL | 15.43º | 0.86% | 0.68% | - |
| HSV(B) | 15.43º | 0.57% | 0.96% | - |
| XYZ | 49.19 | 38.99 | 18.03 | - |
| YUV | 166.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 140 | 104 | 0 | 0.43 | 0.57 | 0.04 | 15.43 | 0.86 | 0.68 |
| Hex | F4 | 8C | 68 | 0 | 2B | 39 | 4 | F | 56 | 44 |
| Octal | 364 | 214 | 150 | 0 | 53 | 71 | 4 | 17 | 126 | 104 |
| Binary | 11110100 | 10001100 | 1101000 | 0 | 101011 | 111001 | 100 | 1111 | 1010110 | 1000100 |
Color Harmonies of #F48C68
Complementary color
Monochromatic Colors of #F48C68
Black with #F48C68
Text Example
Text Example
White with #F48C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48C68; }
p { color: rgb(244,140,104); }
H1.HeaderClassName
{
color: #F48C68;
}
.AnyTagClassName
{
color: #F48C68;
}
</style>
background-color css
<style>
a { background-color: #F48C68; }
a { background-color: rgb(244,140,104); }
div.DivClassName
{
background-color: #F48C68;
}
.BgClassName
{
background-color: #F48C68;
}
</style>
border-color css
<style>
span { border-color: #F48C68; }
span { border-color: rgb(244,140,104); }
td.TdClassName
{
border-color: #F48C68;
}
.TagClassName
{
border-color: #F48C68;
}
</style>