Shades of Salmon #F38C76
Tints of Salmon #F38C76
RGB
CMYK
RGB Variations
Color information
#F38C76 (or 0xF38C76) is known color: Salmon. HEX triplet: F3, 8C and 76. RGB value is (243,140,118). Sum of RGB (Red+Green+Blue) = 243+140+118=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C76 is #0C7389. Grayscale: #A8A8A8. Windows color (decimal): -816010 or 7769331. OLE color: 7769331.
HSL color Cylindrical-coordinate representation of color #F38C76: hue angle of 10.56º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F38C76 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 118 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.05 |
| HSL | 10.56º | 0.84% | 0.71% | - |
| HSV(B) | 10.56º | 0.51% | 0.95% | - |
| XYZ | 49.61 | 39.12 | 22.08 | - |
| YUV | 168.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 118 | 0 | 0.42 | 0.51 | 0.05 | 10.56 | 0.84 | 0.71 |
| Hex | F3 | 8C | 76 | 0 | 2A | 33 | 5 | B | 54 | 47 |
| Octal | 363 | 214 | 166 | 0 | 52 | 63 | 5 | 13 | 124 | 107 |
| Binary | 11110011 | 10001100 | 1110110 | 0 | 101010 | 110011 | 101 | 1011 | 1010100 | 1000111 |
Color Harmonies of #F38C76
Complementary color
Monochromatic Colors of #F38C76
Black with #F38C76
Text Example
Text Example
White with #F38C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C76; }
p { color: rgb(243,140,118); }
H1.HeaderClassName
{
color: #F38C76;
}
.AnyTagClassName
{
color: #F38C76;
}
</style>
background-color css
<style>
a { background-color: #F38C76; }
a { background-color: rgb(243,140,118); }
div.DivClassName
{
background-color: #F38C76;
}
.BgClassName
{
background-color: #F38C76;
}
</style>
border-color css
<style>
span { border-color: #F38C76; }
span { border-color: rgb(243,140,118); }
td.TdClassName
{
border-color: #F38C76;
}
.TagClassName
{
border-color: #F38C76;
}
</style>