Shades of Atomic Tangerine #F18B68
Tints of Atomic Tangerine #F18B68
RGB
CMYK
RGB Variations
Color information
#F18B68 (or 0xF18B68) is known color: Atomic Tangerine. HEX triplet: F1, 8B and 68. RGB value is (241,139,104). Sum of RGB (Red+Green+Blue) = 241+139+104=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B68 is #0E7497. Grayscale: #A5A5A5. Windows color (decimal): -947352 or 6851569. OLE color: 6851569.
HSL color Cylindrical-coordinate representation of color #F18B68: hue angle of 15.33º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F18B68 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 104 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.05 |
| HSL | 15.33º | 0.83% | 0.68% | - |
| HSV(B) | 15.33º | 0.57% | 0.95% | - |
| XYZ | 48.01 | 38.17 | 17.93 | - |
| YUV | 165.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 104 | 0 | 0.42 | 0.57 | 0.05 | 15.33 | 0.83 | 0.68 |
| Hex | F1 | 8B | 68 | 0 | 2A | 39 | 5 | F | 53 | 44 |
| Octal | 361 | 213 | 150 | 0 | 52 | 71 | 5 | 17 | 123 | 104 |
| Binary | 11110001 | 10001011 | 1101000 | 0 | 101010 | 111001 | 101 | 1111 | 1010011 | 1000100 |
Color Harmonies of #F18B68
Complementary color
Monochromatic Colors of #F18B68
Black with #F18B68
Text Example
Text Example
White with #F18B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B68; }
p { color: rgb(241,139,104); }
H1.HeaderClassName
{
color: #F18B68;
}
.AnyTagClassName
{
color: #F18B68;
}
</style>
background-color css
<style>
a { background-color: #F18B68; }
a { background-color: rgb(241,139,104); }
div.DivClassName
{
background-color: #F18B68;
}
.BgClassName
{
background-color: #F18B68;
}
</style>
border-color css
<style>
span { border-color: #F18B68; }
span { border-color: rgb(241,139,104); }
td.TdClassName
{
border-color: #F18B68;
}
.TagClassName
{
border-color: #F18B68;
}
</style>