Shades of Atomic Tangerine #F18B67
Tints of Atomic Tangerine #F18B67
RGB
CMYK
RGB Variations
Color information
#F18B67 (or 0xF18B67) is known color: Atomic Tangerine. HEX triplet: F1, 8B and 67. RGB value is (241,139,103). Sum of RGB (Red+Green+Blue) = 241+139+103=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B67 is #0E7498. Grayscale: #A5A5A5. Windows color (decimal): -947353 or 6786033. OLE color: 6786033.
HSL color Cylindrical-coordinate representation of color #F18B67: hue angle of 15.65º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F18B67 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 103 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.05 |
| HSL | 15.65º | 0.83% | 0.67% | - |
| HSV(B) | 15.65º | 0.57% | 0.95% | - |
| XYZ | 47.96 | 38.15 | 17.67 | - |
| YUV | 165.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 103 | 0 | 0.42 | 0.57 | 0.05 | 15.65 | 0.83 | 0.67 |
| Hex | F1 | 8B | 67 | 0 | 2A | 39 | 5 | 10 | 53 | 43 |
| Octal | 361 | 213 | 147 | 0 | 52 | 71 | 5 | 20 | 123 | 103 |
| Binary | 11110001 | 10001011 | 1100111 | 0 | 101010 | 111001 | 101 | 10000 | 1010011 | 1000011 |
Color Harmonies of #F18B67
Complementary color
Monochromatic Colors of #F18B67
Black with #F18B67
Text Example
Text Example
White with #F18B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B67; }
p { color: rgb(241,139,103); }
H1.HeaderClassName
{
color: #F18B67;
}
.AnyTagClassName
{
color: #F18B67;
}
</style>
background-color css
<style>
a { background-color: #F18B67; }
a { background-color: rgb(241,139,103); }
div.DivClassName
{
background-color: #F18B67;
}
.BgClassName
{
background-color: #F18B67;
}
</style>
border-color css
<style>
span { border-color: #F18B67; }
span { border-color: rgb(241,139,103); }
td.TdClassName
{
border-color: #F18B67;
}
.TagClassName
{
border-color: #F18B67;
}
</style>