Shades of Atomic Tangerine #F38C67
Tints of Atomic Tangerine #F38C67
RGB
CMYK
RGB Variations
Color information
#F38C67 (or 0xF38C67) is known color: Atomic Tangerine. HEX triplet: F3, 8C and 67. RGB value is (243,140,103). Sum of RGB (Red+Green+Blue) = 243+140+103=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C67 is #0C7398. Grayscale: #A6A6A6. Windows color (decimal): -816025 or 6786291. OLE color: 6786291.
HSL color Cylindrical-coordinate representation of color #F38C67: hue angle of 15.86º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F38C67 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 103 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.05 |
| HSL | 15.86º | 0.85% | 0.68% | - |
| HSV(B) | 15.86º | 0.58% | 0.95% | - |
| XYZ | 48.79 | 38.79 | 17.75 | - |
| YUV | 166.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 103 | 0 | 0.42 | 0.58 | 0.05 | 15.86 | 0.85 | 0.68 |
| Hex | F3 | 8C | 67 | 0 | 2A | 3A | 5 | 10 | 55 | 44 |
| Octal | 363 | 214 | 147 | 0 | 52 | 72 | 5 | 20 | 125 | 104 |
| Binary | 11110011 | 10001100 | 1100111 | 0 | 101010 | 111010 | 101 | 10000 | 1010101 | 1000100 |
Color Harmonies of #F38C67
Complementary color
Monochromatic Colors of #F38C67
Black with #F38C67
Text Example
Text Example
White with #F38C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C67; }
p { color: rgb(243,140,103); }
H1.HeaderClassName
{
color: #F38C67;
}
.AnyTagClassName
{
color: #F38C67;
}
</style>
background-color css
<style>
a { background-color: #F38C67; }
a { background-color: rgb(243,140,103); }
div.DivClassName
{
background-color: #F38C67;
}
.BgClassName
{
background-color: #F38C67;
}
</style>
border-color css
<style>
span { border-color: #F38C67; }
span { border-color: rgb(243,140,103); }
td.TdClassName
{
border-color: #F38C67;
}
.TagClassName
{
border-color: #F38C67;
}
</style>