Shades of Atomic Tangerine #F38E64
Tints of Atomic Tangerine #F38E64
RGB
CMYK
RGB Variations
Color information
#F38E64 (or 0xF38E64) is known color: Atomic Tangerine. HEX triplet: F3, 8E and 64. RGB value is (243,142,100). Sum of RGB (Red+Green+Blue) = 243+142+100=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38E64 is #0C719B. Grayscale: #A7A7A7. Windows color (decimal): -815516 or 6590195. OLE color: 6590195.
HSL color Cylindrical-coordinate representation of color #F38E64: hue angle of 17.62º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F38E64 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 100 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.05 |
| HSL | 17.62º | 0.86% | 0.67% | - |
| HSV(B) | 17.62º | 0.59% | 0.95% | - |
| XYZ | 48.94 | 39.32 | 17.07 | - |
| YUV | 167.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 100 | 0 | 0.42 | 0.59 | 0.05 | 17.62 | 0.86 | 0.67 |
| Hex | F3 | 8E | 64 | 0 | 2A | 3B | 5 | 12 | 56 | 43 |
| Octal | 363 | 216 | 144 | 0 | 52 | 73 | 5 | 22 | 126 | 103 |
| Binary | 11110011 | 10001110 | 1100100 | 0 | 101010 | 111011 | 101 | 10010 | 1010110 | 1000011 |
Color Harmonies of #F38E64
Complementary color
Monochromatic Colors of #F38E64
Black with #F38E64
Text Example
Text Example
White with #F38E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38E64; }
p { color: rgb(243,142,100); }
H1.HeaderClassName
{
color: #F38E64;
}
.AnyTagClassName
{
color: #F38E64;
}
</style>
background-color css
<style>
a { background-color: #F38E64; }
a { background-color: rgb(243,142,100); }
div.DivClassName
{
background-color: #F38E64;
}
.BgClassName
{
background-color: #F38E64;
}
</style>
border-color css
<style>
span { border-color: #F38E64; }
span { border-color: rgb(243,142,100); }
td.TdClassName
{
border-color: #F38E64;
}
.TagClassName
{
border-color: #F38E64;
}
</style>