Shades of Atomic Tangerine #F48C65
Tints of Atomic Tangerine #F48C65
RGB
CMYK
RGB Variations
Color information
#F48C65 (or 0xF48C65) is known color: Atomic Tangerine. HEX triplet: F4, 8C and 65. RGB value is (244,140,101). Sum of RGB (Red+Green+Blue) = 244+140+101=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48C65 is #0B739A. Grayscale: #A6A6A6. Windows color (decimal): -750491 or 6655220. OLE color: 6655220.
HSL color Cylindrical-coordinate representation of color #F48C65: hue angle of 16.36º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F48C65 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 140 | 101 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.04 |
| HSL | 16.36º | 0.87% | 0.68% | - |
| HSV(B) | 16.36º | 0.59% | 0.96% | - |
| XYZ | 49.04 | 38.93 | 17.24 | - |
| YUV | 166.65 | 90.96 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 140 | 101 | 0 | 0.43 | 0.59 | 0.04 | 16.36 | 0.87 | 0.68 |
| Hex | F4 | 8C | 65 | 0 | 2B | 3B | 4 | 10 | 57 | 44 |
| Octal | 364 | 214 | 145 | 0 | 53 | 73 | 4 | 20 | 127 | 104 |
| Binary | 11110100 | 10001100 | 1100101 | 0 | 101011 | 111011 | 100 | 10000 | 1010111 | 1000100 |
Color Harmonies of #F48C65
Complementary color
Monochromatic Colors of #F48C65
Black with #F48C65
Text Example
Text Example
White with #F48C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48C65; }
p { color: rgb(244,140,101); }
H1.HeaderClassName
{
color: #F48C65;
}
.AnyTagClassName
{
color: #F48C65;
}
</style>
background-color css
<style>
a { background-color: #F48C65; }
a { background-color: rgb(244,140,101); }
div.DivClassName
{
background-color: #F48C65;
}
.BgClassName
{
background-color: #F48C65;
}
</style>
border-color css
<style>
span { border-color: #F48C65; }
span { border-color: rgb(244,140,101); }
td.TdClassName
{
border-color: #F48C65;
}
.TagClassName
{
border-color: #F48C65;
}
</style>