Shades of Atomic Tangerine #F38F65
Tints of Atomic Tangerine #F38F65
RGB
CMYK
RGB Variations
Color information
#F38F65 (or 0xF38F65) is known color: Atomic Tangerine. HEX triplet: F3, 8F and 65. RGB value is (243,143,101). Sum of RGB (Red+Green+Blue) = 243+143+101=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38F65 is #0C709A. Grayscale: #A8A8A8. Windows color (decimal): -815259 or 6655987. OLE color: 6655987.
HSL color Cylindrical-coordinate representation of color #F38F65: hue angle of 17.75º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F38F65 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 101 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.05 |
| HSL | 17.75º | 0.86% | 0.67% | - |
| HSV(B) | 17.75º | 0.58% | 0.95% | - |
| XYZ | 49.13 | 39.64 | 17.37 | - |
| YUV | 168.11 | 90.13 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 101 | 0 | 0.41 | 0.58 | 0.05 | 17.75 | 0.86 | 0.67 |
| Hex | F3 | 8F | 65 | 0 | 29 | 3A | 5 | 12 | 56 | 43 |
| Octal | 363 | 217 | 145 | 0 | 51 | 72 | 5 | 22 | 126 | 103 |
| Binary | 11110011 | 10001111 | 1100101 | 0 | 101001 | 111010 | 101 | 10010 | 1010110 | 1000011 |
Color Harmonies of #F38F65
Complementary color
Monochromatic Colors of #F38F65
Black with #F38F65
Text Example
Text Example
White with #F38F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38F65; }
p { color: rgb(243,143,101); }
H1.HeaderClassName
{
color: #F38F65;
}
.AnyTagClassName
{
color: #F38F65;
}
</style>
background-color css
<style>
a { background-color: #F38F65; }
a { background-color: rgb(243,143,101); }
div.DivClassName
{
background-color: #F38F65;
}
.BgClassName
{
background-color: #F38F65;
}
</style>
border-color css
<style>
span { border-color: #F38F65; }
span { border-color: rgb(243,143,101); }
td.TdClassName
{
border-color: #F38F65;
}
.TagClassName
{
border-color: #F38F65;
}
</style>