Shades of Atomic Tangerine #F38D64
Tints of Atomic Tangerine #F38D64
RGB
CMYK
RGB Variations
Color information
#F38D64 (or 0xF38D64) is known color: Atomic Tangerine. HEX triplet: F3, 8D and 64. RGB value is (243,141,100). Sum of RGB (Red+Green+Blue) = 243+141+100=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D64 is #0C729B. Grayscale: #A7A7A7. Windows color (decimal): -815772 or 6589939. OLE color: 6589939.
HSL color Cylindrical-coordinate representation of color #F38D64: hue angle of 17.2º 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 #F38D64 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 100 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.05 |
| HSL | 17.2º | 0.86% | 0.67% | - |
| HSV(B) | 17.2º | 0.59% | 0.95% | - |
| XYZ | 48.79 | 39.02 | 17.02 | - |
| YUV | 166.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 100 | 0 | 0.42 | 0.59 | 0.05 | 17.2 | 0.86 | 0.67 |
| Hex | F3 | 8D | 64 | 0 | 2A | 3B | 5 | 11 | 56 | 43 |
| Octal | 363 | 215 | 144 | 0 | 52 | 73 | 5 | 21 | 126 | 103 |
| Binary | 11110011 | 10001101 | 1100100 | 0 | 101010 | 111011 | 101 | 10001 | 1010110 | 1000011 |
Color Harmonies of #F38D64
Complementary color
Monochromatic Colors of #F38D64
Black with #F38D64
Text Example
Text Example
White with #F38D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D64; }
p { color: rgb(243,141,100); }
H1.HeaderClassName
{
color: #F38D64;
}
.AnyTagClassName
{
color: #F38D64;
}
</style>
background-color css
<style>
a { background-color: #F38D64; }
a { background-color: rgb(243,141,100); }
div.DivClassName
{
background-color: #F38D64;
}
.BgClassName
{
background-color: #F38D64;
}
</style>
border-color css
<style>
span { border-color: #F38D64; }
span { border-color: rgb(243,141,100); }
td.TdClassName
{
border-color: #F38D64;
}
.TagClassName
{
border-color: #F38D64;
}
</style>