Shades of Atomic Tangerine #F18F68
Tints of Atomic Tangerine #F18F68
RGB
CMYK
RGB Variations
Color information
#F18F68 (or 0xF18F68) is known color: Atomic Tangerine. HEX triplet: F1, 8F and 68. RGB value is (241,143,104). Sum of RGB (Red+Green+Blue) = 241+143+104=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F68 is #0E7097. Grayscale: #A8A8A8. Windows color (decimal): -946328 or 6852593. OLE color: 6852593.
HSL color Cylindrical-coordinate representation of color #F18F68: hue angle of 17.08º 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 #F18F68 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 104 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.05 |
| HSL | 17.08º | 0.83% | 0.68% | - |
| HSV(B) | 17.08º | 0.57% | 0.95% | - |
| XYZ | 48.6 | 39.35 | 18.13 | - |
| YUV | 167.86 | 91.97 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 104 | 0 | 0.41 | 0.57 | 0.05 | 17.08 | 0.83 | 0.68 |
| Hex | F1 | 8F | 68 | 0 | 29 | 39 | 5 | 11 | 53 | 44 |
| Octal | 361 | 217 | 150 | 0 | 51 | 71 | 5 | 21 | 123 | 104 |
| Binary | 11110001 | 10001111 | 1101000 | 0 | 101001 | 111001 | 101 | 10001 | 1010011 | 1000100 |
Color Harmonies of #F18F68
Complementary color
Monochromatic Colors of #F18F68
Black with #F18F68
Text Example
Text Example
White with #F18F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F68; }
p { color: rgb(241,143,104); }
H1.HeaderClassName
{
color: #F18F68;
}
.AnyTagClassName
{
color: #F18F68;
}
</style>
background-color css
<style>
a { background-color: #F18F68; }
a { background-color: rgb(241,143,104); }
div.DivClassName
{
background-color: #F18F68;
}
.BgClassName
{
background-color: #F18F68;
}
</style>
border-color css
<style>
span { border-color: #F18F68; }
span { border-color: rgb(241,143,104); }
td.TdClassName
{
border-color: #F18F68;
}
.TagClassName
{
border-color: #F18F68;
}
</style>