Shades of Atomic Tangerine #F38C68
Tints of Atomic Tangerine #F38C68
RGB
CMYK
RGB Variations
Color information
#F38C68 (or 0xF38C68) is known color: Atomic Tangerine. HEX triplet: F3, 8C and 68. RGB value is (243,140,104). Sum of RGB (Red+Green+Blue) = 243+140+104=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C68 is #0C7397. Grayscale: #A6A6A6. Windows color (decimal): -816024 or 6851827. OLE color: 6851827.
HSL color Cylindrical-coordinate representation of color #F38C68: hue angle of 15.54º degrees, saturation: 0.85, 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 #F38C68 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 104 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.05 |
| HSL | 15.54º | 0.85% | 0.68% | - |
| HSV(B) | 15.54º | 0.57% | 0.95% | - |
| XYZ | 48.84 | 38.81 | 18.01 | - |
| YUV | 166.69 | 92.62 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 104 | 0 | 0.42 | 0.57 | 0.05 | 15.54 | 0.85 | 0.68 |
| Hex | F3 | 8C | 68 | 0 | 2A | 39 | 5 | 10 | 55 | 44 |
| Octal | 363 | 214 | 150 | 0 | 52 | 71 | 5 | 20 | 125 | 104 |
| Binary | 11110011 | 10001100 | 1101000 | 0 | 101010 | 111001 | 101 | 10000 | 1010101 | 1000100 |
Color Harmonies of #F38C68
Complementary color
Monochromatic Colors of #F38C68
Black with #F38C68
Text Example
Text Example
White with #F38C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C68; }
p { color: rgb(243,140,104); }
H1.HeaderClassName
{
color: #F38C68;
}
.AnyTagClassName
{
color: #F38C68;
}
</style>
background-color css
<style>
a { background-color: #F38C68; }
a { background-color: rgb(243,140,104); }
div.DivClassName
{
background-color: #F38C68;
}
.BgClassName
{
background-color: #F38C68;
}
</style>
border-color css
<style>
span { border-color: #F38C68; }
span { border-color: rgb(243,140,104); }
td.TdClassName
{
border-color: #F38C68;
}
.TagClassName
{
border-color: #F38C68;
}
</style>